terraform-aws-eks icon indicating copy to clipboard operation
terraform-aws-eks copied to clipboard

feat(kms): Remove default kms key adminstrators if the default policy is enabled

Open adinhodovic opened this issue 2 years ago β€’ 0 comments

Description

If I enable the default policy I do not want the currently running user to be saved in the KMS admin policy. Since the default policy is permissive I think we can remove the default admin if it's enabled.

Motivation and Context

Simplifies with Terraform diff per user running the command.

Breaking Changes

None.

How Has This Been Tested?

  • [ ] I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • [ ] I have tested and validated these changes using one or more of the provided examples/* projects
  • [x] I have executed pre-commit run -a on my pull request

Manually applied and tested

adinhodovic avatar Jun 20 '23 11:06 adinhodovic