feat: add support for assuming role in plugins that use AWS
Signed-off-by: Jonah Back <jback@legalzoom.com>
This commit is contained in:
Vendored
+6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user