Hello,
I created a vault cluster with public domain. I can access using the cli and the vault command. However, when I try to reach it using cURL, I always get permission denied. As an example, I was following the tutorial [ Build Your Own Certificate Authority (CA)] { Build Your Own Certificate Authority (CA) | Vault - HashiCorp Learn} but as soon as in the first step I get permission denied, ie, when running curl --header "X-Vault-Token: $VAULT_TOKEN" --request POST --data '{"type":"pki"}' $VAULT_ADDR/v1/sys/mounts/pki
I get as response {"errors":["1 error occurred:\n\t* permission denied\n\n"]}
Any idea what can be causing this problem?