Skip to content

Commit

Permalink
Merge pull request #113 from degoldner/main
Browse files Browse the repository at this point in the history
Add ram:AssociateResourceShare to pivot role template
  • Loading branch information
dlpzx authored Aug 24, 2022
2 parents 1c0f4f2 + ac06f78 commit 03df865
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/pivot_role/pivotRole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,14 @@ Resources:
'ForAllValues:StringLike':
'ram:ResourceShareName':
- LakeFormation*
- Effect: Allow
Action:
- 'ram:AssociateResourceShare'
Resource: !Sub 'arn:aws:ram:*:${AWS::AccountId}:resource-share/*'
Condition:
'ForAllValues:StringLike':
'ram:ResourceShareName':
- LakeFormation*
- Effect: Allow
Action:
- 'ram:DeleteResourceShare'
Expand Down

0 comments on commit 03df865

Please sign in to comment.