Skip to content

Commit

Permalink
chore: add missing delete secret keys
Browse files Browse the repository at this point in the history
  • Loading branch information
8lane authored and ChristianAMartin committed Feb 17, 2025
1 parent 6f0da92 commit 8930dfc
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 8930dfc

Please sign in to comment.