-
-
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
Upgrade 18.x --> 19.x- create_kms_key Provision Error #2321
Comments
I believe you will need to set: create_kms_key = false
cluster_encryption_config = {} |
I think I might be assuming you want to disable secret encryption and that could be incorrect. @jauyzed can you post the configuration you are using and what the desired outcome is that you are trying to achieve? |
I am also getting similar error, we need to use existing KMS key for our cluster which we are passing as a variable config cluster_encryption_config = [ |
This issue has been resolved in version 19.0.4 🎉 |
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hello,
I'm testing self-managed node groups. We do not have access to create kms_key nor tag them. I was supplying the kms_key_id where possible with version 18.x. With the upgrade to 19.x, I tried to set create_kms_key = false and ran into this.
Any way to override this?
Generally, we do not have access/permission to manage kms keys, iam roles/policies.
Thanks!
The text was updated successfully, but these errors were encountered: