You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/18 11:17:39 UTC

[GitHub] [airflow] Taragolis commented on issue #27078: Connection time out when doing sts_assume_role with AwsBaseHook

Taragolis commented on issue #27078:
URL: https://github.com/apache/airflow/issues/27078#issuecomment-1282223469

   Right now during creation sts client for assume role we only set botocore.config.Config and do not use all other parameters [from Connections Extra](https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/connections/aws.html#configuring-the-connection).
   
   https://github.com/apache/airflow/blob/ea55626d79fdbd96b6d5f371883ac1df2a6313ec/airflow/providers/amazon/aws/hooks/base_aws.py#L162-L164
   
   In the other hand I do not know what side effect may happen when we start propagate it from Connections Extra


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org