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 2021/11/27 22:56:46 UTC

[GitHub] [airflow] khalidmammadov commented on a change in pull request #19858: Skip masking airflow password for tests

khalidmammadov commented on a change in pull request #19858:
URL: https://github.com/apache/airflow/pull/19858#discussion_r757819710



##########
File path: airflow/utils/log/secrets_masker.py
##########
@@ -47,6 +48,8 @@
 )
 """Names of fields (Connection extra, Variable key name etc.) that are deemed sensitive"""
 
+UNMASKED_SECRETS = {'airflow'}

Review comment:
       Renamed, any better?




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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org