mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-01 20:11:09 +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