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

Adds password rotation for databases #15

Merged
merged 4 commits into from
Dec 15, 2021
Merged

Conversation

digiserg
Copy link
Collaborator

This feature implements a new option to add a list of databases (MySQL, Cassandra or Postgres) to sync down credentials. This is intended for password rotation:

  • Admin changes password on secrets store backend (Vault, AWS, Google, etc)
  • Credentials are synced down and converted into a Kubernetes secret used by the applications
  • Database is updated with the new password
  • Applications re-read secret and continue operations

Please be aware your application must be coded in a way it will support password rotation.

@digiserg digiserg marked this pull request as ready for review December 13, 2021 22:00
Postgres SSL mode disable
@digiserg digiserg added the enhancement New feature or request label Dec 14, 2021
@digiserg digiserg merged commit 8a7d309 into master Dec 15, 2021
@digiserg digiserg deleted the feature/password-rotation branch July 3, 2022 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants