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

ASF GitHub Bot commented on AIRFLOW-4486:
-----------------------------------------

ashb commented on pull request #5334: [AIRFLOW-4486] Support IAM Auth in 
MySqlHook
URL: https://github.com/apache/airflow/pull/5334
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to