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
Describe the bug
Cannot delete policies with dots (".") in their names from the web interface (tested in latest Chrome and Firefox versions)
To Reproduce
Steps to reproduce the behavior:
Create a policy called "some.policy" with any content
Try to delete it (from the web UI)
See error in console:
vendor-9e6bb7bde315fb2e3f4c03b643b80ad9.js:3086 Uncaught r {stack: "Error: Property set failed: object in path "should…ndor-9e6bb7bde315fb2e3f4c03b643b80ad9.js:3734:15)", description: undefined, fileName: undefined, lineNumber: undefined, message: "Property set failed: object in path "shouldDelete-some" could not be found.", …}
Expected behavior
A confirmation dialog should appear asking for the policy deletion
Environment:
Vault Server Version (retrieve with vault status): 1.0.0
Vault CLI Version (retrieve with vault version): 1.0.0
Server Operating System/Architecture: Ubuntu 18.04
The text was updated successfully, but these errors were encountered:
@diegosainz great! l just wanted to clarify that if you click through to policy, then click edit - there is a delete button in the lower right - this should still work. The bug you posted about here is related to the hiding and showing of the context menu, not the actual deletion.
Describe the bug
Cannot delete policies with dots (".") in their names from the web interface (tested in latest Chrome and Firefox versions)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A confirmation dialog should appear asking for the policy deletion
Environment:
vault status
): 1.0.0vault version
): 1.0.0The text was updated successfully, but these errors were encountered: