FileSecretSource
Defined in: src/profiles/SecretSource.ts:36
File-backed secret descriptor.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
encoding? | BufferEncoding | "buffer" | Text encoding to use, or buffer to return raw bytes. Defaults to utf8. | src/profiles/SecretSource.ts:40 |
path | string | Path to the file containing the secret. | src/profiles/SecretSource.ts:38 |