Skip to content

@saflib/secret-store


Function: setSecretStore()

setSecretStore(store): void

Sets the process-level secret store. Idempotent — subsequent calls are no-ops. Vendor packages (e.g. @saflib/vendors-infisical) call this from their configure helpers.

Parameters

ParameterType
storeSecretStore

Returns

void