Skip to content

Commit 6587160

Browse files
committed
Use ddsaml2aws to deploy to avoid Error authenticating to IdP.: page is missing saml assertion
1 parent dc8fcd3 commit 6587160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/publish_prod.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ echo "Checking that you have access to the commercial AWS account"
6767
aws-vault exec prod-engineering -- aws sts get-caller-identity
6868

6969
echo "Checking that you have access to the GovCloud AWS account"
70-
saml2aws login -a govcloud-us1-fed-human-engineering
70+
ddsaml2aws login -a govcloud-us1-fed-human-engineering
7171
AWS_PROFILE=govcloud-us1-fed-human-engineering aws sts get-caller-identity
7272

7373
VERSION=$VERSION AGENT_VERSION=$AGENT_VERSION ./scripts/build_binary_and_layer_dockerized.sh
@@ -79,7 +79,7 @@ echo "Publishing layers to commercial AWS regions"
7979
aws-vault exec prod-engineering --no-session -- ./scripts/publish_layers.sh
8080

8181
echo "Publishing layers to GovCloud AWS regions"
82-
saml2aws login -a govcloud-us1-fed-human-engineering
82+
ddsaml2aws login -a govcloud-us1-fed-human-engineering
8383
AWS_PROFILE=govcloud-us1-fed-human-engineering ./scripts/publish_layers.sh
8484

8585
./scripts/build_and_push_docker_image.sh

0 commit comments

Comments
 (0)