File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
aws/logs_monitoring/tools Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3737fi
3838
3939# Ensure AWS access before proceeding
40- SAML2AWS_IDP_PROVIDER=Browser ddsaml2aws login -a govcloud-us1-fed-human-engineering
41- AWS_PROFILE=govcloud-us1-fed-human-engineering aws sts get-caller-identity
40+ aws-vault exec sso-govcloud-us1-fed-engineering -- aws sts get-caller-identity
4241aws-vault exec sso-prod-engineering -- aws sts get-caller-identity
4342
4443echo " Publishing layers to GovCloud AWS regions"
45- SAML2AWS_IDP_PROVIDER=Browser ddsaml2aws login -a govcloud-us1-fed-human-engineering
46- LAYER_VERSION=$LAYER_VERSION FORWARDER_VERSION=$FORWARDER_VERSION AWS_PROFILE=govcloud-us1-fed-human-engineering ./tools/publish_layers.sh
44+ LAYER_VERSION=$LAYER_VERSION FORWARDER_VERSION=$FORWARDER_VERSION aws-vault exec sso-govcloud-us1-fed-engineering -- ./tools/publish_layers.sh
4745
4846echo
4947echo " Publishing layers to commercial AWS regions"
You can’t perform that action at this time.
0 commit comments