ashb commented on a change in pull request #19497:
URL: https://github.com/apache/airflow/pull/19497#discussion_r746504218
##########
File path: airflow/utils/log/secrets_masker.py
##########
@@ -34,6 +34,7 @@
DEFAULT_SENSITIVE_FIELDS = frozenset(
{
'access_token',
+ 'access_key',
Review comment:
I'm slightly sceptical if we should even have "access_key" in this list
-- at least for AWS connections (the most common source of this) the access_key
is not private.
--
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]