[
https://issues.apache.org/jira/browse/AIRFLOW-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor resolved AIRFLOW-4417.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.10.4
> 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
> Fix For: 1.10.4
>
>
> 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)