csm10495 opened a new pull request, #28239: URL: https://github.com/apache/airflow/pull/28239
We've hit some cases where secrets accidentally leak because they take slightly different forms than expected in logs. One of example of this was a password was urlquoted then logged as part of a url. Using this new config, we can specify that we want to mask secrets and adaptations of them (like urlquoted) versions. A custom function can also be written that returns a list of adaptations to filter in logs as well. -- 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]
