josh-fell commented on a change in pull request #19497:
URL: https://github.com/apache/airflow/pull/19497#discussion_r746730866
##########
File path: airflow/utils/log/secrets_masker.py
##########
@@ -34,6 +34,7 @@
DEFAULT_SENSITIVE_FIELDS = frozenset(
{
'access_token',
+ 'access_key',
Review comment:
Two other thoughts though:
- Is "shared_access_key" a better entry in the list?
- Does the `{base.py:79} INFO - Using connection to: id: wasb_default. Host:
https:...` line need to be so verbose? Is shortening this to `INFO - Using
connection to: id: wasb_default. ` sufficient?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]