[ 
https://issues.apache.org/jira/browse/AIRFLOW-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16832425#comment-16832425
 ] 

ASF subversion and git services commented on AIRFLOW-4417:
----------------------------------------------------------

Commit 87e0f5335adf1227d96428a99339cc955afc0b1a in airflow's branch 
refs/heads/v1-10-test from Andrew Harmon
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=87e0f53 ]

[AIRFLOW-4417] Add AWS IAM authenication for PostgresHook (#5223)

Enhance the exisitng PostgresHook to allow for IAM authentication for
RDS Postgres and Redshift.

> Enhance Postgres hook to allow for IAM authentication
> -----------------------------------------------------
>
>                 Key: AIRFLOW-4417
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4417
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Andrew Harmon
>            Assignee: Andrew Harmon
>            Priority: Minor
>              Labels: features
>
> Enhance to current PostgresHook to allow for connecting to AWS RDS and 
> Redshift with AWS IAM authentication. 
> The hook will use an AWSHook to generate a temporary token via boto3. This 
> token will be passed in as the password.
> To specify IAM authentication, the following extras can be added to the 
> Postgres connection
> {
>   "iam":true,
>   "region":"us-west-1",
>   "redshift": false
> }



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to