Errors
vault_quota_exceeded
403 – Vault quota reached. The Org holds as many Vault secrets as its Plan allows, across every namespace.
Vault quota reached. Answered with 403.
What it means
The Org holds as many Vault secrets as its Plan allows, across every namespace.
What to do
Remove one with DELETE /api/vault/secrets/{name}, or move up a Plan.
The body
{
"type": "https://tigby.eu/problems/vault_quota_exceeded",
"title": "Vault quota reached",
"status": 403,
"detail": "…what was refused, naming this request's own values",
"code": "vault_quota_exceeded",
"doc_url": "https://docs.tigby.eu/errors/vault_quota_exceeded",
"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.