Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / SecretsStoreStatus

Interface: SecretsStoreStatus

Defined in: packages/security/src/secrets/factory.ts:92

Snapshot of the active store chain — surfaces in the /v1/health/secrets admin endpoint (consumed by the standalone server) and the graphorin doctor --check-secrets CLI command.

Stable

Properties

PropertyModifierTypeDefined in
activereadonly"env" | "keyring" | "encrypted-file" | "memory"packages/security/src/secrets/factory.ts:93
downgradedFrom?readonly"env" | "keyring" | "encrypted-file" | "memory"packages/security/src/secrets/factory.ts:95
downgradeReason?readonlystringpackages/security/src/secrets/factory.ts:96
fallbackChainreadonlyreadonly ("env" | "keyring" | "encrypted-file" | "memory")[]packages/security/src/secrets/factory.ts:94
headlessreadonlybooleanpackages/security/src/secrets/factory.ts:98
headlessReasonsreadonlyreadonly string[]packages/security/src/secrets/factory.ts:99
strictModereadonlybooleanpackages/security/src/secrets/factory.ts:97