Fetches secret(s) using the provided key or tags.
Documentation Index
Fetch the complete documentation index at: https://docs.openlit.io/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/vault/get-secrets is an API-key authenticated endpoint for retrieving Vault secrets. Browser requests from a different origin are blocked unless the calling origin is explicitly allowed.
To allow a browser application hosted on another domain, configure the OpenLIT deployment with a comma-separated origin allowlist:
OPENLIT_ALLOWED_ORIGINS is also supported as a backward-compatible alias. NEXTAUTH_URL is automatically treated as an allowed same-site origin.
Use complete origins such as https://app.example.com. Do not configure wildcard origins for this endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.