vault-ui
vault-ui copied to clipboard
Error when deleting a policy
After creating a policy, attempting to delete it returns * unsupported path.
Assuming role name is myrole, Vault UI attempts to DELETE using:
/v1/auth/approle/myrole
The correct path is:
/v1/auth/approle/role/myrole
Notice the additional /role/ in the path.