Merge pull request #4500 from backjo/feature/aws-assume-role

feat: add support for assuming role in plugins that use AWS
This commit is contained in:
Fredrik Adelöw
2021-02-22 08:32:52 +01:00
committed by GitHub
9 changed files with 187 additions and 16 deletions
+5
View File
@@ -65,6 +65,11 @@ export interface Config {
* @visibility secret
*/
secretAccessKey: string;
/**
* ARN of role to be assumed
* @visibility backend
*/
roleArn?: string;
};
/**
* (Required) Cloud Storage Bucket Name