feat: add support for assuming role in plugins that use AWS

Signed-off-by: Jonah Back <jback@legalzoom.com>
This commit is contained in:
Jonah Back
2021-02-11 11:00:24 -08:00
parent 1b38e38094
commit 2499f6cdef
9 changed files with 253 additions and 10 deletions
+6
View File
@@ -86,6 +86,12 @@ export interface Config {
* @visibility secret
*/
secretAccessKey: string;
/**
* ARN of role to be assumed
* attr: 'roleArn' - accepts a string value
* @visibility secret
*/
roleArn: string;
};
/**
* (Required) Cloud Storage Bucket Name