updated ciuser permissions in cloudformation config
parent
ee1e3ba27e
commit
9527391256
|
|
@ -239,7 +239,7 @@ Resources:
|
|||
Properties:
|
||||
Policies:
|
||||
- PolicyName: giveaccesstoupdatedocsbuckets
|
||||
PolicyDocument:
|
||||
PolicyDocument:
|
||||
Version: 2012-10-17
|
||||
Statement:
|
||||
- Effect: Allow
|
||||
|
|
@ -261,7 +261,7 @@ Resources:
|
|||
Action:
|
||||
- cloudfront:GetDistribution
|
||||
- cloudfront:CreateInvalidation
|
||||
Resource: !Sub "arn:aws:cloudfront::${AWS::AccountId}:distribution/${DocsCloudFrontDistribution}"
|
||||
Resource: "*"
|
||||
|
||||
DocsCircleCIDeployAccessKey:
|
||||
Type: AWS::IAM::AccessKey
|
||||
|
|
|
|||
Loading…
Reference in New Issue