Vault policy not working with (+ and *) in the one path

Hi all,
I have a problem with a vault policy :
path “secret/+/toto*”
{
capabilities = [“create”, “read”, “update”, “delete”, “list”]
}
when i try to create new secret in : secret/mypath/toto1
I have a 1 error occurred: * permission denied, but when i try with one caractere (+ or * ) in the path policy, everything work good.

Hi Boulad,

Thanks for posting that! Looking at our docs, it does appear that should work. I can duplicate it as well. I will post an issue for it and link it here.

-Becca