mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-12 14:21: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