Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / refResolver

Variable: refResolver

ts
const refResolver: SecretResolver;

Defined in: packages/security/src/secrets/resolvers/ref.ts:43

Resolver for the ref: scheme. Resolves the path component through the active SecretsStore chain, allowing config files to stay agnostic about which physical store backs a given key.

Stable