Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / EncryptedFileSecretsStoreOptions

Interface: EncryptedFileSecretsStoreOptions

Defined in: packages/security/src/secrets/stores/encrypted-file.ts:27

Options for EncryptedFileSecretsStore.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
enforcePermissions?readonlybooleanWhether to enforce mode 0o600 on the bundle when writing. The default (true) is the recommended configuration; tests on platforms without POSIX mode bits opt out.packages/security/src/secrets/stores/encrypted-file.ts:37
passphrasereadonlySecretValuePassphrase wrapped in a SecretValue.packages/security/src/secrets/stores/encrypted-file.ts:31
pathreadonlystringAbsolute path to the bundle file. Tilde expansion supported.packages/security/src/secrets/stores/encrypted-file.ts:29