[
https://issues.apache.org/jira/browse/AIRFLOW-4486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851843#comment-16851843
]
ASF subversion and git services commented on AIRFLOW-4486:
----------------------------------------------------------
Commit 6f684d024eb20678b222cdb7405750e396609dd1 in airflow's branch
refs/heads/master from Andrew Harmon
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=6f684d0 ]
[AIRFLOW-4486] Support IAM Auth in MySqlHook (#5334)
update hook and add new test
> 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
>
> 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)