Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: policy version permissions for App Deployer (#424)
Browse files Browse the repository at this point in the history
* fix: policy version permissions for App Deployer

* fix: adding GetPolicy perm
  • Loading branch information
SanketD92 authored Apr 5, 2021
1 parent 9bfd5d2 commit 65d8207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/cicd/cicd-pipeline/config/infra/cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ Resources:
Effect: Allow
- Action:
- iam:CreatePolicy
- iam:GetPolicy
- iam:*PolicyVersion*
Effect: Allow
Resource: !Sub 'arn:aws:iam::${AWS::AccountId}:policy/${self:custom.settings.namespace}-*'
- Action:
Expand Down

0 comments on commit 65d8207

Please sign in to comment.