-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat: Add support for creating KMS key for cluster secret encryption #2121
feat: Add support for creating KMS key for cluster secret encryption #2121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm. I was thinking for some time while reading this if we should prefix variables with 'key_' or 'kms_key_' to avoid potential confusion with "private key". Current naming is good regardless :)
thats a good point, I've updated to include |
## [18.25.0](v18.24.1...v18.25.0) (2022-06-28) ### Features * Add support for creating KMS key for cluster secret encryption ([#2121](#2121)) ([75acb09](75acb09))
This PR is included in version 18.25.0 🎉 |
…erraform-aws-modules#2121) * feat: Add support for creating KMS key for cluster secret encryption * fix: Update naming scheme to include `kms_`
## [18.25.0](terraform-aws-modules/terraform-aws-eks@v18.24.1...v18.25.0) (2022-06-28) ### Features * Add support for creating KMS key for cluster secret encryption ([terraform-aws-modules#2121](terraform-aws-modules#2121)) ([75acb09](terraform-aws-modules@75acb09))
## [18.25.0](terraform-aws-modules/terraform-aws-eks@v18.24.1...v18.25.0) (2022-06-28) ### Features * Add support for creating KMS key for cluster secret encryption ([#2121](terraform-aws-modules/terraform-aws-eks#2121)) ([2635bef](terraform-aws-modules/terraform-aws-eks@2635bef))
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request