You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/07/22 17:01:57 UTC

[GitHub] [airflow] neil90 commented on issue #5635: [Airflow 4923] Fix Databricks hook leaks API secret in logs

neil90 commented on issue #5635: [Airflow 4923] Fix Databricks hook leaks API secret in logs
URL: https://github.com/apache/airflow/pull/5635#issuecomment-513868444
 
 
   Hi @zenyui 
   1) the BaseHook.get_connection once it gets the connection info checks to see if the host field exists and if it does it logs the extra field - [Link](https://github.com/apache/airflow/blob/1.10.3/airflow/hooks/base_hook.py#L81-L83) 
   
   2) Currently users can do something similar which is put their login name into the username field and the token into password field.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services