-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add KMS CMK support #62
Comments
What part of the cluster has to be encrypted with CMK? @mayank0202 |
@AsysGuptaSF, anywhere it is supported this feature should be available. Something similar to what we do here by overriding a default value with something the downstream defines. |
we can use module arc-kms for this and override can be done @tsaucier-sf |
Sure, still need the option available to the cluster and its resources. Default can be none, then the override variable to set a CMK as an input to the referenced module. |
Is your feature request related to a problem? Please describe.
Sometimes, we will want to create a CMK for the cluster resources, can we add this optional functionality to the module?
Describe the solution you'd like
Add KMS CMK creation for the deployed cluster
The text was updated successfully, but these errors were encountered: