The case: Multitenant C++ application using AWS C++ SDK, it processes jobs that may belong to multiple tennats account and each time I should assume another role and make somehow our infra to work with new credentials, the problem that I cant start passing new credentials to zillion functions. I know how to assume role using AWS C++ SDK, but is it possible to set these credentials as default for all consecutive calls for all existing clients (S3Client, for example) on process/thread level?
Asked
Active
Viewed 11 times