Database Static User Password Rotation for the entire DB user catalogue

I would like to know how to manage a database’s users/user-groups using Vault Static roles without having to create a unique role for each user manually. To import the entire user catalogue of a database and auto-rotate password for all the users.

If a connection is added under a db-path, we should be able to manage all the users in the DB without having to create a role for each user.

Hello @AjayRedJ,
Vault does not support automatic import of static roles in the database secrets engine.
You can implement a script to perform these tasks.

Understood. Thanks for the response.