Skip to content

Commit

Permalink
Simplify permissions for KMS
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Aug 16, 2024
1 parent 4d61dc9 commit d9afc6c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ This source requires the following IAM Policy
"elasticloadbalancing:Describe*",
"iam:Get*",
"iam:List*",
"kms:Describe*",
"kms:Get*",
"kms:List*",
"lambda:Get*",
"lambda:List*",
"network-firewall:Describe*",
Expand All @@ -46,12 +49,7 @@ This source requires the following IAM Policy
"sns:Get*",
"sns:List*",
"sqs:Get*",
"sqs:List*",
"kms:ListResourceTags",
"kms:ListKeys",
"kms:DescribeKey",
"kms:DescribeCustomKeyStores",
"kms:ListAliases"
"sqs:List*"
],
"Resource": "*"
}
Expand Down

0 comments on commit d9afc6c

Please sign in to comment.