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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
active | readonly | "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? | readonly | string | packages/security/src/secrets/factory.ts:96 |
fallbackChain | readonly | readonly ("env" | "keyring" | "encrypted-file" | "memory")[] | packages/security/src/secrets/factory.ts:94 |
headless | readonly | boolean | packages/security/src/secrets/factory.ts:98 |
headlessReasons | readonly | readonly string[] | packages/security/src/secrets/factory.ts:99 |
strictMode | readonly | boolean | packages/security/src/secrets/factory.ts:97 |