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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
enforcePermissions? | readonly | boolean | Whether 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 |
passphrase | readonly | SecretValue | Passphrase wrapped in a SecretValue. | packages/security/src/secrets/stores/encrypted-file.ts:31 |
path | readonly | string | Absolute path to the bundle file. Tilde expansion supported. | packages/security/src/secrets/stores/encrypted-file.ts:29 |