You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: config-driven key sources — env, file, and keychain discovery
Keys in cyphera.json can now use 'source' instead of 'material':
- source: env — read key from environment variable
- source: file — read key from file path
- source: aws-kms, gcp-kms, azure-kv, vault — delegate to keychain
Code never changes — going from dev to prod is a config file change.
0 commit comments