question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(rds): addRotationMultiUser expects an attached secret

See original GitHub issue

https://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:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
skinny85commented, Mar 25, 2021

I agree with you 🙂.

0reactions
github-actions[bot]commented, Jun 17, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found