We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93f2c1 commit 3723f34Copy full SHA for 3723f34
cicd/tests/smoke/cli/buildspec.yml
@@ -19,7 +19,7 @@ phases:
19
build:
20
commands:
21
- ./ssosync --version
22
- - 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
23
- cat credentials.json
24
25
- ./ssosync -t "${SCIMAccessToken}" -e "${SCIMEndpointUrl}" -u "${GoogleAdminEmail}" -i "${IdentityStoreID}" -r "${Region}" -s "groups" -g "name:AWS*"; ExitState=$?
0 commit comments