nestjs-infisical-sdk
Version:
A NestJS module for Infisical Node SDK
15 lines (14 loc) • 368 B
TypeScript
export interface InfisicalOptions {
clientId: string;
clientSecret: string;
environment?: string;
siteUrl?: string;
renewToken?: boolean;
setManuallyAccessToken?: string;
awsIamLogin?: string;
renewAwsIamToken?: boolean;
projectId?: string;
secretPath?: string;
injectIntoProcessEnv?: boolean;
watchEnvFile?: boolean;
}