We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment:
Vault Config File:
storage "consul" { address = "..." scheme = "https" token = "..." path = "vault/" tls_ca_file = "/etc/vault-certs/ca.crt" check_timeout = "30s" disable_registration = "true" } disable_mlock=true listener "tcp" { address = "0.0.0.0:8200" tls_cert_file = "/etc/vault-certs/vault.crt" tls_key_file = "/etc/vault-certs/vault.key" } default_lease_ttl="1h" max_lease_ttl="48h" ui=true
Startup Log Output:
n/a
Expected Behavior: Policies containing ,. in their name should either not be permitted, or should be manipulatable after the fact.
,.
Actual Behavior: Policies are created but cannot be edited with the UI. Vault CLI can still be used to delete errant policies
Steps to Reproduce:
symbol,. and maybe other things
path "secret/no/do/not/look" {capabilities = ["create", "read", "delete", "list", "update"]}
Problem manifests in the absence of an edit toggle on the resulting page, or when on the Policy index page the elipsis modal is empty.
Important Factoids:
References:
The text was updated successfully, but these errors were encountered:
Thanks for the report!
Sorry, something went wrong.
meirish
No branches or pull requests
Environment:
Vault Config File:
Startup Log Output:
Expected Behavior:
Policies containing
,.
in their name should either not be permitted, or should be manipulatable after the fact.Actual Behavior:
Policies are created but cannot be edited with the UI. Vault CLI can still be used to delete errant policies
Steps to Reproduce:
,.
e.g.symbol,. and maybe other things
path "secret/no/do/not/look" {capabilities = ["create", "read", "delete", "list", "update"]}
Problem manifests in the absence of an edit toggle on the resulting page, or when on the Policy index page the elipsis modal is empty.
Important Factoids:
References:
The text was updated successfully, but these errors were encountered: