mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-26 00:51:08 +02: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