hashicorp / hashicorp/vault-plugin-database-oracle
Lease Revoke does not happen
- Dominant language
- Go
- Stars
- 29
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
I'm using Vault 1.6.0 with Oracle SE2 (AWS RDS), and I successfully set up the plugin successfully.
My role:
`
vault write database/roles/my-role db_name=oracle creation_statements="CREATE USER {{name}} IDENTIFIED BY {{password}};GRANT SELECT ON session_privs TO {{name}};" default_ttl="1h" max_ttl="24h"
`
But when Revoking the lease either through the UI or using the CLI (`vault lease revoke`), nothing happens. Also after the TTL, nothing happens. The user is still listed in sqlplus.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.