Postgres DB credentials rotation using Spring Cloud Vault | Spring Boot | Hashicorp Vault

preview_player
Показать описание
This video demonstrates how to integrate Spring boot application with Hashicorp Vault and Postgres database to use database credentials rotation. The application doesn't have to configure database username/password in the properties file. The application will get a unique set of DB credentials (from the Vault) to connect to the database. The application uses Spring Cloud Vault.

Although Postgres DB is used in this demo, the concept remains the same for any database that is supported by Vault/Spring Cloud Vault like Apache Cassandra, MongoDB, MySQL, Oracle, MSSQL etc.

Reference links:

#vault #hashicorpvault #springboot #springcloudvault #dbpasswordrotation #passwordrotation #dbcredentialrotation
Рекомендации по теме
Комментарии
Автор

Thanks for Great tutorial this is what exactly i'm looking for.

NIKHILSINGH-cdih
Автор

Hi, Thanks for the video
What are the changes we need to make in case of static usernames?
where we need to get the rotated password only not both username and password?

lokeshnandanwar
Автор

Cannot renew lease: Status 400 Bad Request lease not found
Getting this error. Can someone help me with this?

viratsharma
Автор

can you do it for Mysql? Or can you explain me the differences?

zFlashConti