Display new secrets engine in Web UI

I created a new kv secrets engine named “customer” using vault cli

vault secrets enable -path=customer kv

How do I configure it to show up in the webui?

Add the kv and metadata path to the policy applying to the user that wants to see the kv in UI.

Thanks Aram. I forgot to login with the token with access to the new engine