Skip to content

FileSecretSource

Defined in: src/profiles/SecretSource.ts:36

File-backed secret descriptor.

PropertyTypeDescriptionDefined in
encoding?BufferEncoding | "buffer"Text encoding to use, or buffer to return raw bytes. Defaults to utf8.src/profiles/SecretSource.ts:40
pathstringPath to the file containing the secret.src/profiles/SecretSource.ts:38