Welcome to the new MongoDB Feedback Portal!
{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.
We’ve upgraded our feedback system to better capture, track, and act on your feedback. Here’s what you need to know:
|
What problem are you trying to solve? Focus on the what and why of the need you have, not the how you'd like it solved. |
We're trying to use the MongoDB Atlas CDK constructs to create a project with encryption at rest using a customer managed KMS key. However it appears that it's impossible to do that with one |
|
What would you like to see happen? Describe the desired outcome or enhancement. |
A new CDK construct that would configure cloud provider access to do CMK in AWS for project data encryption at rest. |
|
Why is this important to you or your team? Explain how the request adds value or solves a business need. |
Not having this complicates our deployments to new AWS accounts and regions and requires manual operator intervention. This complicates and slows disaster recovery and rollout to new accounts. |
What steps, if any, are you taking today to manage this problem? |
We do a two stage deploy, one to provision the keys and roles, and another to set up the encryption at rest. In between we need to go to the console to set up the trust policy between Atlas and our AWS account. |