Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion bindings/node/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ export interface KMSProviders {
* The secret access key used for the AWS KMS provider
*/
secretAccessKey: string;

/**
* An optional AWS session token that will be used as the
* X-Amz-Security-Token header for AWS requests.
*/
sessionToken?: string;
};

/**
Expand Down Expand Up @@ -90,7 +96,7 @@ export interface KMSProviders {
*/
identityPlatformEndpoint?: string | undefined;
};

/**
* Configuration options for using 'gcp' as your KMS provider
*/
Expand Down