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/07/30 18:45:33 UTC

[GitHub] [airflow] Taragolis opened a new pull request, #25424: Use only public AwsHook's methods during IAM authorization

Taragolis opened a new pull request, #25424:
URL: https://github.com/apache/airflow/pull/25424

   Right now PostgresHook use private method `AwsBaseHook._get_credentials` during IAM authorisation to Redshift.
   
   - Replace by `AwsBaseHook.conn` property.
   - Add amazon as extra dependency to postgres provider
   - Add information about IAM authorisation to doc


-- 
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 merged pull request #25424: Use only public AwsHook's methods during IAM authorization

Posted by GitBox <gi...@apache.org>.
potiuk merged PR #25424:
URL: https://github.com/apache/airflow/pull/25424


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