API referenceStorage key
`GET /storage-key` — the org's storage key, or 404 when unset (the org then uses its Vigilfield-owned per-org default key).
curl -X GET "https://example.com/storage-key"{ "connection": { "type": "aws" }, "created_at": "string", "key_arn": "string", "org_id": "string", "updated_at": "string"}`DELETE /storage-key` — clear the org's storage key (reverts to the Vigilfield-owned per-org default key). DELETE
Previous Page
`GET /storage-key/iam-template` — the four ADR-0066 deployment artifacts (role template, key-policy statement in two forms, OIDC snippet), rendered for the requested account. A pure read: no storage-key row, no AWS call. Admin gating stays in the logic layer, like every sibling here. GET
Next Page