You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
After creating a policy, attempting to delete it returns
* unsupported path
.Assuming role name is
myrole
, Vault UI attempts toDELETE
using:/v1/auth/approle/myrole
The correct path is:
/v1/auth/approle/role/myrole
Notice the additional
/role/
in the path.The text was updated successfully, but these errors were encountered: