The GitHub Actions job "Tests (AMD)" on 
airflow.git/cap-kubernetes-client-below-36 has failed.
Run started by GitHub user shahar1 (triggered by shahar1).

Head commit for run:
b9e69e5b48272660186aa035f461f4f998e71e49 / Shahar Epstein 
<[email protected]>
Cap kubernetes client to <36 to fix cluster auth 401 regression

Client 36.x renamed the bearer-token auth key from 'authorization' to
'BearerToken' (kubernetes-client/python#2582). Provider code that hand-builds
a Configuration with api_key={'authorization': ...} -- the google (GKE) sync
hook -- then loses the "Bearer " prefix and sends the raw token, so the
cluster rejects requests with 401. 36.0.1 fixed only the in-cluster and
kube_config loaders, not that path. 35.x is the last known-good line, so
restore the previous cap until the provider auth paths are fixed and
validated on 36.x.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to