First: Please fix the formatting of your post - some of the * characters have been interpreted as italic formatting, making it really quite hard to read. Use a line consisting just of three backticks (```) to mark the start and end of code blocks.
You don’t say whether your secret engine mounted at KV is configured to be version 1 or version 2. But my guess based on the symptoms is that it’s version 2.
Thanks for your reply, as per the document, we need to prefix the path with /data/ to read or write, and i’ve applied the same and it stopped listing the secrets.
# Not Authorized
Ember Data Request GET /v1/sys/internal/ui/mounts/kv returned a 403 Payload (application/json) [object Object]
preflight capability check returned 403, please ensure client's policies grant access to path "kv/"
In old format, it will list the folders and i’ll get the below error if i enter “Non-Prod” folder
You don't have access to `kv/` . If you think you've reached this page in error, please contact your administrator.
In the document’s examples, secret/ is the location of the KV. Yours seems to be at kv/ so you should make that substitution when using an example from the document.