Password rotation postgres #408
Unanswered
tombeteende
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a long running openfga server. Which connects to a postgres database using a connection string that includes the password.
The password is rotated periodically and saved inside AWS secrets manager. The database connection is therefore expected to fail once the password changes.
What is the solution \ best practice to deal with this situation?
Beta Was this translation helpful? Give feedback.
All reactions