Hi Team,
We are working on static user password rotation for oracle DB and we are able to configure oracle DB through CLI and CURL and it is working as expected, but unfortunately we are not able to configure it from UI.
Is there any way to do this from UI ? Can someone please help if they have done it in past.
Commands used :
vault write database/config/app-db plugin_name=oracle-database-plugin connection_url=“{{username}}/{{password}}@IP:port/appdb” allowed_roles=“app-role” username=“dbuser” password=“password
vault write database/static-roles/app-role db_name=app-db rotation_statements=‘ALTER USER {{username}} IDENTIFIED BY “{{password}}”;’ username=“dbuser” rotation_period=5m
Vault Version : 1.16.2
Thanks…
Regards,
Vishal Gangrade