Commit d93f2c1 1 parent ce8037f commit d93f2c1 Copy full SHA for d93f2c1
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ version: 0.2
2
2
3
3
env :
4
4
secrets-manager :
5
- GoogleAdminEmail : TestGoogleAdminEmail
6
- SCIMEndpointUrl : TestSCIMEndpointUrl
7
- SCIMAccessToken : TestSCIMAccessToken
8
- IdentityStoreID : TestIdentityStoreId
9
- Region : TestRegion
5
+ GoogleAdminEmail : SecretGoogleAdminEmail
6
+ SCIMEndpointUrl : SecretSCIMEndpoint
7
+ SCIMAccessToken : SecretSCIMAccessToken
8
+ IdentityStoreID : SecretIdentityStoreID
9
+ Region : SecretRegion
10
10
variables :
11
11
ExpectedExitState : 0
12
12
@@ -19,7 +19,7 @@ phases:
19
19
build :
20
20
commands :
21
21
- ./ssosync --version
22
- - aws secretsmanager get-secret-value --secret-id=TestGoogleCredentials --query SecretString --output text | jq '.' > credentials.json
22
+ - aws secretsmanager get-secret-value --secret-id=SecretGoogleCredential --query SecretString --output text | jq '.' > credentials.json
23
23
- cat credentials.json
24
24
25
25
- ./ssosync -t "${SCIMAccessToken}" -e "${SCIMEndpointUrl}" -u "${GoogleAdminEmail}" -i "${IdentityStoreID}" -r "${Region}" -s "groups" -g "name:AWS*"; ExitState=$?
You can’t perform that action at this time.
0 commit comments