ashb commented on code in PR #27923:
URL: https://github.com/apache/airflow/pull/27923#discussion_r1032682908
##########
airflow/www/decorators.py:
##########
@@ -56,6 +57,7 @@ def wrapper(*args, **kwargs):
for k, v in chain(request.values.items(multi=True),
request.view_args.items())
if k not in fields_skip_logging
]
+ extra_fields = [(k, secrets_masker.redact(v, k)) for k, v in
extra_fields]
Review Comment:
I guess we are never talking anything but a "small" number of items anyway
--
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]