JonnyWaffles commented on issue #16614: URL: https://github.com/apache/airflow/issues/16614#issuecomment-1019315848
Sorry last follow up, adding the following code to my pytest conftest.py resolves the above ```python from airflow import settings settings.MASK_SECRETS_IN_LOGS = True ``` I gotta say I am surprised by this behavior. I did not expect the secrets to show up in the pytest logs by default. -- 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]
