Skip to content

Commit d93f2c1

Browse files
committed
Update buildspec.yml
1 parent ce8037f commit d93f2c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cicd/tests/smoke/cli/buildspec.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: 0.2
22

33
env:
44
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
1010
variables:
1111
ExpectedExitState: 0
1212

@@ -19,7 +19,7 @@ phases:
1919
build:
2020
commands:
2121
- ./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
2323
- cat credentials.json
2424

2525
- ./ssosync -t "${SCIMAccessToken}" -e "${SCIMEndpointUrl}" -u "${GoogleAdminEmail}" -i "${IdentityStoreID}" -r "${Region}" -s "groups" -g "name:AWS*"; ExitState=$?

0 commit comments

Comments
 (0)