You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2019/04/26 14:55:00 UTC

[jira] [Updated] (AIRFLOW-4417) Enhance Postgres hook to allow for IAM authentication

     [ https://issues.apache.org/jira/browse/AIRFLOW-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik updated AIRFLOW-4417:
--------------------------------
    Summary: Enhance Postgres hook to allow for IAM authentication  (was: Enchance Postgres hook to allow for IAM authentication)

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