hashicorp / hashicorp/vault-plugin-database-oracle

Lease Revoke does not happen

Open
#45 4 comments 0 reactions 0 assignees View on GitHub
bug
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.
![Screenshot 2020-11-17 at 16 05 36](https://user-images.githubusercontent.com/49865323/99414477-c35e5980-28ee-11eb-9fd6-5cbe25d4a79f.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.