Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@
"kms:TagResource",
"kms:DeleteAlias",
"kms:PutKeyPolicy",
"kms:ScheduleKeyDeletion"
"kms:ScheduleKeyDeletion",
"kms:GenerateDataKey"

@adarshsharma1983 adarshsharma1983 May 21, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you need to add it in aws-environment-minimal-policy.json and aws-gov-environment-minimal-policy.json as well?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went over the other policies in this repo, I think we would need to add it to aws-gov-cb-policy.json. Also, would the minimal policies be able to run any dataservices without IAM issues? For example we have minimal policies in CDW but they work only in CDW.

],
"Effect": "Allow",
"Resource": [
Expand Down