Closed lockenj closed 11 months ago
Thanks for opening this issue! Please make sure to provide the following information to help us reproduce the issue:
Thanks for opening this issue. The ticket INTMDB-1397 was created for internal tracking.
Just in case I attempted deploying this to us-east-1
as well. Same results!
I see the same issue if I use the AtlasBasic
example (https://github.com/mongodb/awscdk-resources-mongodbatlas/blob/main/examples/l3-resources/atlas-basic.ts)
I also see the same error if I downgrade awscdk-resources-mongodbatlas
to ^2.0.0
I came across this post https://www.mongodb.com/community/forums/t/cloudformation-resources-atlas-project-not-working-in-cdk/183440/6 which is what I needed to figure this out.
I had multiple things wrong:
projectApiKeys: []
in the props of the CfnProjectsecretsmanager:GetSecretValue
permissions
Describe the bug Getting the below error when attempting to create a CfnProject resource.
To Reproduce Steps to reproduce the behavior:
Expected behavior I am expecting the CDK to deploy successfully and to have a project created within Mongo Atlas.
Please complete the following information:
Ohio
us-east-2
cdk synth
Additional context Here is the CDK code that I am using...