Skip to content

Commit

Permalink
Added Gsuite credentials copy to bootstrap script (thewca#7529)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler authored Jan 17, 2023
1 parent e17c928 commit 9449e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/wca-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ fi
if [ "$environment" != "development" ]; then
echo "Downloading secret chef key from S3"
aws s3 cp s3://wca-backups/latest/my_secret_key $repo_root/secrets/my_secret_key
aws s3 cp s3://wca-backups/latest/application_default_credentials.json $repo_root/secrets/application_default_credentials.json
fi

# Install chef client
Expand Down

0 comments on commit 9449e17

Please sign in to comment.