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
$ vault-kv-search secret/ a
error while getting mounts: Error making API request.
URL: GET https://vault.service.consul:8200/v1/sys/mounts
Code: 403. Errors:
* 1 error occurred:
* permission denied
I guess there is a permission to list the mount points, but I dont need that if I know I can access it. Same token as used in the vault UI.
Also the ui gehts the mount point list from this url: https://vault:8200/v1/sys/internal/ui/mounts
Hi I get this error:
I guess there is a permission to list the mount points, but I dont need that if I know I can access it. Same token as used in the vault UI.
Also the ui gehts the mount point list from this url:
https://vault:8200/v1/sys/internal/ui/mounts
There is it defined: https://github.com/hashicorp/vault/blob/8bf08661646ea7827e59ad8fe7927c53f940e681/api/sys_mounts.go#L21
The text was updated successfully, but these errors were encountered: