The GitHub Actions job "Tests (AMD)" on airflow.git/ghaeli/callback-xcom-comms 
has failed.
Run started by GitHub user seanghaeli (triggered by seanghaeli).

Head commit for run:
328513df2bc03a81a2de998bfd7ffff013da82fc / Sean Ghaeli <[email protected]>
Make token:workload scope effective on connections/variables routes

The connections and variables execution-API routers declared
Security(require_auth, scopes=[..., 'token:workload']) but did not set
route_class=ExecutionAPIRoute. require_auth reads allowed_token_types,
which is only populated by ExecutionAPIRoute; a plain APIRouter falls back
to execution-only, so the token:workload scope was inert and workload
tokens (deadline callback subprocesses) could not read connections or
variables. Set route_class=ExecutionAPIRoute on both routers, matching the
xcoms router.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to