mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-03 20:52:10 +01:00
Currently permissions are not revoked, which can lead revocation to not actually work properly. This attempts to revoke all permissions and only then drop the role. Fixes issue #699