You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The current implementation relies on the fact that so-called "long-term" credentials are provided.
There are use cases in which the access to the SQS queue (and, generally speaking, AWS services) is temporarily granted through the "Assume Role" functionality, see: Delegating API Access to AWS Services Using IAM Roles
Beside the existing input parameters, the following ones should be added:
Boolean useDelegation (default: false): in order to distinguish which kind of credentials to use (long or short-term)
String roleArn (mandatory only if "useDelegation" is true): the Role ARN
String roleSessionName (mandatory only if "useDelegation" is true): the Role Session Name
Description:
The current implementation relies on the fact that so-called "long-term" credentials are provided.
There are use cases in which the access to the SQS queue (and, generally speaking, AWS services) is temporarily granted through the "Assume Role" functionality, see:
Delegating API Access to AWS Services Using IAM Roles
Beside the existing input parameters, the following ones should be added:
The high-level flow should be like the following:
Suggested Labels:
Improvement
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
None
The text was updated successfully, but these errors were encountered: