From 3723f34ca1fb4890aa5ff8c526361ef9871e8e06 Mon Sep 17 00:00:00 2001 From: Chris Pates Date: Tue, 12 Dec 2023 21:16:10 +0000 Subject: [PATCH] Update buildspec.yml --- cicd/tests/smoke/cli/buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/tests/smoke/cli/buildspec.yml b/cicd/tests/smoke/cli/buildspec.yml index 20a2053b..63ab69f0 100644 --- a/cicd/tests/smoke/cli/buildspec.yml +++ b/cicd/tests/smoke/cli/buildspec.yml @@ -19,7 +19,7 @@ phases: build: commands: - ./ssosync --version - - aws secretsmanager get-secret-value --secret-id=SecretGoogleCredential --query SecretString --output text | jq '.' > credentials.json + - aws secretsmanager get-secret-value --secret-id=SecretGoogleCredentials --query SecretString --output text | jq '.' > credentials.json - cat credentials.json - ./ssosync -t "${SCIMAccessToken}" -e "${SCIMEndpointUrl}" -u "${GoogleAdminEmail}" -i "${IdentityStoreID}" -r "${Region}" -s "groups" -g "name:AWS*"; ExitState=$?