Skip to content

Commit

Permalink
Update Policy Master Permissions List (#2742)
Browse files Browse the repository at this point in the history
Co-authored-by: nia-vf1 <[email protected]>
  • Loading branch information
github-actions[bot] and nia-vf1 authored Oct 10, 2024
1 parent 5ce80c3 commit 152ea37
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2665,12 +2665,14 @@
{
"name": "kms:CreateGrant",
"read_only": true,
"required": true
"required": false,
"description": "Only required if using Customer Managed KMS Key on Volumes mounted by EC2 Instance(s)"
},
{
"name": "kms:Decrypt",
"read_only": true,
"required": true
"required": false,
"description": "Only required if using Customer Managed KMS Key on Volumes mounted by EC2 Instance(s)"
},
{
"name": "ec2:CreateTags",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1528,10 +1528,14 @@
required: true
- name: kms:CreateGrant
read_only: true
required: true
required: false
description: Only required if using Customer Managed KMS Key on Volumes mounted
by EC2 Instance(s)
- name: kms:Decrypt
read_only: true
required: true
required: false
description: Only required if using Customer Managed KMS Key on Volumes mounted
by EC2 Instance(s)
- name: ec2:CreateTags
read_only: true
required: false
Expand Down

0 comments on commit 152ea37

Please sign in to comment.