Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update kms policy for root user #256

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

shivawandb
Copy link

@shivawandb shivawandb commented Aug 15, 2024

KMS policies has its own permissions which allows specific users to take certain actions. These permissions override regular IAM permissions and therefore need to be configured correctly during creation. This change allows the root user of the aws account to modify kms keys. The root user should never be used in the first place but this serves as a break glass use case.

@shivawandb shivawandb changed the title fix: kms policy for root user fix: Update kms policy for root user Aug 15, 2024
@wandb-kc
Copy link

Nice, this should prevent orphaned keys. Any docs we should update to let users know that roles with kms perms in the same account will have access to manage these kms keys?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants