The GitHub Actions job "Tests (AMD)" on 
airflow.git/redact-trigger-kwargs-rest-api has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
bb487d3fbb2ef0605c07424f12aa136cce0e2333 / Jarek Potiuk <[email protected]>
Remove trigger kwargs from the REST API response

TriggerResponse.kwargs returned the decrypted trigger keyword arguments
verbatim — and only as a stringified Python dict, not a usable JSON
value. Those kwargs can contain credentials a deferred operator hands to
its trigger (an API key, a token), so the field both leaked secrets and
was not machine-readable. It is not consumed by the UI.

Rather than masking it, drop the field entirely (per review): the
triggerer still decrypts and uses the real kwargs at runtime, so trigger
execution is unaffected; only the API response no longer exposes them.

Regenerates the v2 REST and private-UI OpenAPI specs and the UI TypeScript
client, and updates the task-instance API tests.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to