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
The gateway supports fetching credentials when AWS_WEB_IDENTITY_TOKEN_FILE points to a file, but not just using an AssumeRole option with fixed credentials from environment variables.
Describe the solution you'd like
I'd like the gateway to fetch credentials using an AssumeRole request to STS.
Describe alternatives you've considered
None. We don't use WebIdentity since we're not an oath-based client applicaiton, but we do have a role we'd like to assume using fixed credentials.
Additional context
I've been testing out some changes for this at #121. They seem to work.
The text was updated successfully, but these errors were encountered:
The gateway supports fetching credentials when AWS_WEB_IDENTITY_TOKEN_FILE points to a file, but not just using an AssumeRole option with fixed credentials from environment variables.
Describe the solution you'd like
I'd like the gateway to fetch credentials using an AssumeRole request to STS.
Describe alternatives you've considered
None. We don't use WebIdentity since we're not an oath-based client applicaiton, but we do have a role we'd like to assume using fixed credentials.
Additional context
I've been testing out some changes for this at #121. They seem to work.
The text was updated successfully, but these errors were encountered: