From 9449e17c4283bf30d3cb5e03efe0a8b353e0203e Mon Sep 17 00:00:00 2001 From: FinnIckler Date: Tue, 17 Jan 2023 14:15:44 +0100 Subject: [PATCH] Added Gsuite credentials copy to bootstrap script (#7529) --- scripts/wca-bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/wca-bootstrap.sh b/scripts/wca-bootstrap.sh index 6c0004c4a95..63513a717b7 100755 --- a/scripts/wca-bootstrap.sh +++ b/scripts/wca-bootstrap.sh @@ -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