-
Notifications
You must be signed in to change notification settings - Fork 4k
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
revert(secretsmanager): Specify secret value at creation #9610
Conversation
This reverts commit 07fedff.
Title does not follow the guidelines of Conventional Commits. Please adjust title before merge. |
|
||
[see also this example of creating a secret](test/integ.secret.lit.ts) | ||
The `Secret` construct does not allow specifying the `SecretString` property | ||
of the `AWS::SecretsManager::Secret` resource (as this will almost always |
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.
Can we add some pointers/example on how to create a secretsmanager secret and reference it in a CDK app?
(Subsequent commit)
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
This reverts commit 07fedff.
Further team discussion deemed this feature too dangerous to support within the CDK.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license