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
vmm-cli: require --kms and --kms-url when using --env-file
Add validation to ensure KMS is properly configured when --env-file is used:
1. compose command: --env-file requires --kms flag
2. deploy command: --env-file requires both --kms-url and kms_enabled=true in compose
3. update command: --env-file requires --kms-url
4. update-env command: requires --kms-url
Environment variables need KMS to be enabled for decryption inside the VM,
and need --kms-url to encrypt them before sending.
0 commit comments