Skip to content

Commit

Permalink
change policy name
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Sep 20, 2024
1 parent 0a23abd commit 0ddb028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cdk-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GrantCloudFormationExecutionAccessPolicyA=arn:aws:iam::591291862413:policy/ci-re
GrantCloudFormationExecutionAccessPolicyB=arn:aws:iam::591291862413:policy/ci-resources-GrantCloudFormationExecutionAccessPolicyB-Yhazzqk3hi9H
GrantCloudFormationExecutionAccessPolicyC=arn:aws:iam::591291862413:policy/ci-resources-GrantCloudFormationExecutionAccessPolicyC-B5O11HpNZ1dl
# KMSKeyPolicy=arn:aws:iam::591291862413:policy/account-resources-UseArtifactBucketKMSKeyManagedPolicy-T1xeJJC1dsMk
GrantCognitorPolicy=arn:aws:iam::591291862413:policy/ab_cognito_test
GrantCloudFormationExecutionAccessPolicyD=arn:aws:iam::591291862413:policy/ab_cognito_test
# ArtifactBucketKeyArn=arn:aws:kms:eu-west-2:591291862413:key/91f11a0a-255d-4f25-9d5d-e2711d3c4b20

# this should be retrieved automatically
Expand All @@ -16,7 +16,7 @@ ALL_POLICIES=${GrantCloudFormationExecutionAccessIAMPolicy}
ALL_POLICIES="${ALL_POLICIES},${GrantCloudFormationExecutionAccessPolicyA}"
ALL_POLICIES="${ALL_POLICIES},${GrantCloudFormationExecutionAccessPolicyB}"
ALL_POLICIES="${ALL_POLICIES},${GrantCloudFormationExecutionAccessPolicyC}"
ALL_POLICIES="${ALL_POLICIES},${GrantCognitorPolicy}"
ALL_POLICIES="${ALL_POLICIES},${GrantCloudFormationExecutionAccessPolicyD}"
#ALL_POLICIES="${ALL_POLICIES},${KMSKeyPolicy}"


Expand Down

0 comments on commit 0ddb028

Please sign in to comment.