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
Is your feature request related to a problem? Please describe.
Access to AWS in the project requires in addition to "AWS Access Key Id" and "AWS Secret access key" additionally "AWS session token" for authorization. The python library boto3 supports this parameter https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html. Currently, using Epiphany in a project requires manual code changes when building environments in AWS. Addition optional aws_session_token parameter to authorize will make work easier.
Describe the solution you'd like
Add support for aws_session_token.
Describe alternatives you've considered
None
Additional context
None
DoD checklist
Changelog
updated
not needed
COMPONENTS.md
updated
not needed
Schema
updated
not needed
Backport tasks
created
not needed
Documentation
added
updated
not needed
Feature has automated tests
Automated tests passed (QA pipelines)
apply
upgrade
backup/restore
Idempotency tested
All conversations in PR resolved
Solution meets requirements and is done according to design doc
Usage compliant with license
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Access to AWS in the project requires in addition to "AWS Access Key Id" and "AWS Secret access key" additionally "AWS session token" for authorization. The python library boto3 supports this parameter https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html. Currently, using Epiphany in a project requires manual code changes when building environments in AWS. Addition optional aws_session_token parameter to authorize will make work easier.
Describe the solution you'd like
Add support for aws_session_token.
Describe alternatives you've considered
None
Additional context
None
DoD checklist
The text was updated successfully, but these errors were encountered: