The GitHub Actions job "CodeQL" on airflow.git/mask-secret-send-to-supervisor 
has succeeded.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
9af33462856837ac3a7df99f97034b1a43a872dc / Ash Berlin-Taylor <[email protected]>
TaskSDK: Make secrets masking work when conns are loaded from secrets backends

If the connection is loaded from a secrets backend (be it something like
Hashicorp Vault, or even just as simple as env vars!) the mask will only be
applied to the subprocess, so won't catch much of the output. To fix this we
send a message to the Supervisor process of the value to redact.

This also captures and "mirrors" direct calls to `mask_secret` from user code
to the supervisor so that it can mask the output correctly.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to