The GitHub Actions job "Tests" on 
airflow.git/fix-63921-remask-config-secrets-after-reset has failed.
Run started by GitHub user deepujain (triggered by deepujain).

Head commit for run:
1c4eb96670fa6a5c3320608f6f7534f77283df06 / Deepak Jain <[email protected]>
Fix config secrets not masked in task logs after reset_secrets_masker (#63921)

reset_secrets_masker() clears all patterns from the SDK secrets masker,
including config-level secrets (webserver.secret_key, api.secret_key,
api_auth.jwt_secret) that were registered at startup. After the reset,
task subprocess logs no longer mask these secrets.

Re-register config secrets by calling conf.mask_secrets() immediately
after the reset when airflow.configuration is available (which is always
the case since supervisors are spawned from workers).

Report URL: https://github.com/apache/airflow/actions/runs/23359724433

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to