Taragolis opened a new pull request, #26946: URL: https://github.com/apache/airflow/pull/26946
This PR fix bug when user provide initial connection credentials which will use for assume role. Right now instead of actual assumed role would use initial `boto3.session.Session`. It not affected right now if user use EC2 Instance Profile, ECS Task Execution role and EKS IRSA cc @vincbeck @ferruzzi @o-nikolas A believe one day we could switch from current implementation to [botocore Credential Providers](https://github.com/boto/botocore/blob/8cdfb7567b1f680e684186e50eb0b8c781a935b4/botocore/credentials.py#L972-L982) instead of SessionFactory. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
