You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2019/05/30 13:15:00 UTC

[jira] [Resolved] (AIRFLOW-4486) Enhance MySQL hook to allow for IAM authentication

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

Ash Berlin-Taylor resolved AIRFLOW-4486.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.4

> Enhance MySQL hook to allow for IAM authentication
> --------------------------------------------------
>
>                 Key: AIRFLOW-4486
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4486
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Andrew Harmon
>            Assignee: Andrew Harmon
>            Priority: Minor
>              Labels: features
>             Fix For: 1.10.4
>
>
> Enhance to current MySqlHook to allow for connecting to AWS RDS 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 MySql connection
> { "iam":true, "region":"us-west-1", "aws_conn_id":"my_aws_conn" }



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