feat(secrets-cli): set/get/list/rm/rotate commands

This commit is contained in:
Joseph Doherty
2026-07-15 17:26:14 -04:00
parent 21556cc1a7
commit 0ab276dac0
7 changed files with 504 additions and 3 deletions
@@ -0,0 +1,10 @@
{
"Secrets": {
"SqlitePath": "secrets.db",
"MasterKey": {
"Source": "Environment",
"EnvVarName": "ZB_SECRETS_MASTER_KEY"
},
"RunMigrationsOnStartup": true
}
}