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/02/18 18:25:27 UTC

[GitHub] [airflow] ac1997 opened a new issue #21672: [AWS] Configurable AWS SessionFactory for AwsBaseHook

ac1997 opened a new issue #21672:
URL: https://github.com/apache/airflow/issues/21672


   ### Description
   
   Add custom federated AWS access support through configurable [SessionFactory](https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/hooks/base_aws.py#L424),
   
   User will have the option to use their own `SessionFactory` implementation that can provide AWS credentials through external process.
   
   ### Use case/motivation
   
   Some company uses custom [federated AWS access](https://aws.amazon.com/identity/federation/) to AWS services. It corresponds to [credential_process](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html) in AWS configuration option.
   
   While the hook currently support AWS profile option, I think it would be great if we can add this support on the hook directly, without involving any AWS configuration files on worker nodes.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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



[GitHub] [airflow] potiuk closed issue #21672: [AWS] Configurable AWS SessionFactory for AwsBaseHook

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #21672:
URL: https://github.com/apache/airflow/issues/21672


   


-- 
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



[GitHub] [airflow] eladkal commented on issue #21672: [AWS] Configurable AWS SessionFactory for AwsBaseHook

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #21672:
URL: https://github.com/apache/airflow/issues/21672#issuecomment-1047964092


   feel free to submit PR


-- 
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