Skip to content

Commit

Permalink
fix: vault-backup.sh updating backup script to use 1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Feb 15, 2024
1 parent 7cc03a1 commit 32148d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ BASE_JSON='{
"source_backup_url": "'"$BACKUP_S3_PRESIGNED_URL"'",
"source_keys_url": "'"$TOKENS_S3_PRESIGNED_URL"'",
"path_values_map":{},
"vault_version": "1.14.8"
"vault_version": "1.14.9"
}'

FIRST_SECRET_NO_PREFIX=${FIRST_SECRET#"secret/data/"}
Expand Down

0 comments on commit 32148d1

Please sign in to comment.