Errors
vault_secret_not_found
404 – No such secret. The Vault namespace holds no secret by that name.
No such secret. Answered with 404.
What it means
The Vault namespace holds no secret by that name. An Identity's namespace is the only one that Identity's key reaches, so a secret of the Org's own namespace is not found by an Identity Key.
What to do
List the namespace with GET /api/vault/secrets, or write the secret with PUT /api/vault/secrets/{name}.
The body
{
"type": "https://tigby.eu/problems/vault_secret_not_found",
"title": "No such secret",
"status": 404,
"detail": "…what was refused, naming this request's own values",
"code": "vault_secret_not_found",
"doc_url": "https://docs.tigby.eu/errors/vault_secret_not_found",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.