I send a HTTP request to my Hashicorp Vault instance and receive a 403 HTTP response. How do I reverse engineer the policy I need to add from my request path?
curl \
-v \
-H "X-Vault-Token: $VAULT_TOKEN" \
https://myvault/v1/sys/plugins/catalog
< HTTP/2 403
< date: Tue, 18 May 2021 20:52:52 GMT
< content-type: application/json
< content-length: 60
< cache-control: no-store
< strict-transport-security: max-age=15724800; includeSubDomains
<
{"errors":["1 error occurred:\n\t* permission denied\n\n"]}