Error when deleting a policy
rosspeoples opened this issue · 0 comments
rosspeoples commented
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.