Skip to content

Commit

Permalink
Merge pull request #1253 from UKHSA-Internal/tc/missing-delete-secret
Browse files Browse the repository at this point in the history
chore: add missing keys to delete all secrets
  • Loading branch information
ChristianAMartin authored Feb 17, 2025
2 parents 675e6f3 + ef44e9d commit b4ce97d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/_secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ function _delete_all_secrets() {
"uhd-${env}-feature-flags-api-keys"
"uhd-${env}-esri-api-key"
"uhd-${env}-esri-maps-service-credentials"
"uhd-${env}-slack-webhook-url")
"uhd-${env}-slack-webhook-url"
"uhd-${env}-cognito-service-credentials"
"uhd-${env}-auth-secret")

for ((i=1; i<=${#secret_ids[@]}; ++i)); do
_delete_secret "${secret_ids[i]}"
Expand Down

0 comments on commit b4ce97d

Please sign in to comment.