<%- include('top') %>
Powered by OpenBao
My Secrets (personal namespace)
Secrets List
Loading...

Select a secret to view its details

Mint an app token

Mints a scoped OpenBao token confined to secret/apps/<name>/* for an external app. The token is shown once — record it in the app immediately; it cannot be recovered later.

The token is periodic: it stays valid as long as the app renews it within its period (POST /v1/auth/token/renew-self). If it lapses, mint a new one here — the app's policy and stored secrets are kept.

App token

Give the external app this token (header X-Vault-Token) and the path convention below.


              
Connection convention
VAULT_ADDR=<%- vaultAddr %>
path=secret/apps/<name>/conf
curl "$VAULT_ADDR/v1/secret/data/apps//conf" \
  -H "X-Vault-Token: <token above>"
Minted apps

Each entry is a scoped OpenBao credential an external service uses to read secret/apps/<name>/*. The token itself is shown once at mint — this list is metadata sso keeps so it can renew the token and so you can see what's been minted. If an app shows a renewal error, re-mint it here.

Loading…
My shared secrets
Loading...
Shared with me
Loading...
<%- include('bottom') %>