(rds): addRotationMultiUser expects an attached secret
See original GitHub issuehttps://github.com/aws/aws-cdk/blob/master/packages/@aws-cdk/aws-rds/README.md
addRotationMultiUser
expect a secret that is attached (has host
, etc) and has masterarn
key.
- 👋 I may be able to implement this feature request
This is a 🚀 Feature Request
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
interface RotationMultiUserOptions · AWS CDK
Specifies characters to not include in generated passwords. vpcSubnets? SubnetSelection, Where to place the rotation Lambda function. secret. Type: ...
Read more >Secret Manager - RDS Password Rotation : r/aws - Reddit
I have "stored" the master password for a Postgres RDS instance in Secret Manager. I know it is working correctly as I can...
Read more >How do you correctly set up multi user rotation for a postgres ...
Im setting up a db user in cdk like this: const serviceUser = new rds.DatabaseSecret(this, 'my-foo-service-user-secret', ...
Read more >Achieving RDS password rotation with Secrets Manager
Imagine in the future you create a Lambda function, you manage the deployment using a framework like Serverless and attach other rules to...
Read more >@aws-cdk/aws-rds - npm
'/@\"\\" }); const myUserSecretAttached = myUserSecret.attach(instance); // Adds DB connections information in the secret instance.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I agree with you 🙂.
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.