File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ ddsaml2aws login -a govcloud-us1-fed-human-engineering
3939AWS_PROFILE=govcloud-us1-fed-human-engineering aws sts get-caller-identity
4040
4141echo " Ensure you have access to the production AWS account"
42- aws-vault exec prod-engineering -- aws sts get-caller-identity
42+ aws-vault exec sso- prod-engineering -- aws sts get-caller-identity
4343
4444CURRENT_VERSION=$( npm view datadog-lambda-js version)
4545LAYER_VERSION=$( echo $NEW_VERSION | cut -d ' .' -f 2)
@@ -59,11 +59,11 @@ echo 'Building layers...'
5959
6060echo
6161echo " Signing layers for commercial AWS regions"
62- aws-vault exec prod-engineering -- ./scripts/sign_layers.sh prod
62+ aws-vault exec sso- prod-engineering -- ./scripts/sign_layers.sh prod
6363
6464echo
6565echo " Publishing layers to commercial AWS regions"
66- VERSION=$LAYER_VERSION aws-vault exec prod-engineering --no-session -- ./scripts/publish_layers.sh
66+ VERSION=$LAYER_VERSION aws-vault exec sso- prod-engineering --no-session -- ./scripts/publish_layers.sh
6767
6868echo " Publishing layers to GovCloud AWS regions"
6969ddsaml2aws login -a govcloud-us1-fed-human-engineering
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Usage: VERSION=5 aws-vault exec serverless-sandbox-account-admin -- publish_sandbox.sh
3+ # Usage: VERSION=5 aws-vault exec sso- serverless-sandbox-account-admin -- publish_sandbox.sh
44set -e
55
66if [ -z " $VERSION " ]; then
Original file line number Diff line number Diff line change 22
33# Usage - run commands from repo root:
44# To check if new changes to the layer cause changes to any snapshots:
5- # BUILD_LAYERS=true DD_API_KEY=XXXX aws-vault exec serverless-sandbox-account-admin -- ./scripts/run_integration_tests
5+ # BUILD_LAYERS=true DD_API_KEY=XXXX aws-vault exec sso- serverless-sandbox-account-admin -- ./scripts/run_integration_tests
66# To regenerate snapshots:
7- # UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX aws-vault exec serverless-sandbox-account-admin -- ./scripts/run_integration_tests
7+ # UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX aws-vault exec sso- serverless-sandbox-account-admin -- ./scripts/run_integration_tests
88
99set -e
1010
You can’t perform that action at this time.
0 commit comments