Skip to content
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

Add support for AWS managed master user passwords in aurora RDS clusters (postgres) #10654

Open
mbarr-hrp opened this issue Apr 13, 2024 · 1 comment
Labels
aws:rds Amazon Relational Database Service status: backlog Triaged but not yet being worked on type: feature New feature, or improvement to an existing feature

Comments

@mbarr-hrp
Copy link

The API works, but no secret is created, and thus there's also no ability to add the rotation schedule.

Worse, there's no way to get the password that was generated for the DB.

This means that testing infrastucture (terraform) is not possible without extensive customization for localstack, and makes testing TF code nigh impossible.

(Yes, if your goal is storing the secret and retrieval, there is the workaround of hard coding the secret, but the name & pattern are frustrating to get right, and you still have to have code that is conditional on localstack.)

@localstack-bot
Copy link
Collaborator

Welcome to LocalStack! Thanks for reporting your first issue and our team will be working towards fixing the issue for you or reach out for more background information. We recommend joining our Slack Community for real-time help and drop a message to LocalStack Pro Support if you are a Pro user! If you are willing to contribute towards fixing this issue, please have a look at our contributing guidelines and our contributing guide.

@cloutierMat cloutierMat added type: enhancement aws:rds Amazon Relational Database Service status: backlog Triaged but not yet being worked on labels Apr 15, 2024
@alexrashed alexrashed added type: feature New feature, or improvement to an existing feature and removed type: enhancement labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws:rds Amazon Relational Database Service status: backlog Triaged but not yet being worked on type: feature New feature, or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

4 participants