updated aws_secret_update_binary.sh

pull/2/head
Hari Sekhon 3 years ago
parent 103f989fa2
commit 7af8c4a350

@ -57,4 +57,5 @@ if ! [ -f "$file" ]; then
die "File not found: $file"
fi
# put-secret doesn't allow changing the --description or other details
aws secretsmanager update-secret --secret-id "$name" --secret-binary "$(base64 "$file")" "$@"

Loading…
Cancel
Save