Skip to content

Commit

Permalink
Make the encryption-spec flag required for update (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdavid authored Apr 21, 2023
1 parent 3e3777a commit cdaab6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster/encryption/encryption.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ func init() {
Please provide key value pairs cloud-provider=AWS,aws-secret-key=<secret-key>,aws-access-key=<access-key>.
aws-access-key can be ommitted if the environment variable YBM_AWS_SECRET_KEY is set.
If the environment variable is not set, the user will be prompted to enter the value.`)

updateCmk.MarkFlagRequired("encryption-spec")
}

0 comments on commit cdaab6c

Please sign in to comment.