The idea is that the user should be able to specify an AWS role ARN in the workspace info that is the role that will be assumed before invoking CloudQuery to scan for resources. So there just needs to be some boto3 code in the AWS-specific code that calls assume_role and then updates the cloud config data with the new assumed role temporary credentials.
The idea is that the user should be able to specify an AWS role ARN in the workspace info that is the role that will be assumed before invoking CloudQuery to scan for resources. So there just needs to be some boto3 code in the AWS-specific code that calls assume_role and then updates the cloud config data with the new assumed role temporary credentials.