vault-ui icon indicating copy to clipboard operation
vault-ui copied to clipboard

Error when deleting a policy

Open rosspeoples opened this issue 7 years ago • 0 comments

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.

rosspeoples avatar Jan 25 '18 17:01 rosspeoples