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

AWS RDS password rotation with changing username #2679

Open
thijs opened this issue Jan 6, 2022 · 2 comments
Open

AWS RDS password rotation with changing username #2679

thijs opened this issue Jan 6, 2022 · 2 comments

Comments

@thijs
Copy link

thijs commented Jan 6, 2022

The PR at #1926 solves part of my problem. In RDS I'm using password rotation with a secondary postgres user, which means that every rotation the username toggles between username and username_clone.

The dynamic password lookup function works, but in my case I need the same for the username, because with the rotation that will have changed as well.

Maybe the separate username and password should also be able to be provided through a credentials object, containing those both, that could be retrieved through a function?

Or am I missing an obvious way to solve this differently?

@thijs
Copy link
Author

thijs commented Jan 7, 2022

Added pull request to solve this. See #2682

@thijs
Copy link
Author

thijs commented Jan 18, 2022

Is there anything (else) I need to do to get this PR applied? Except wait?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant