The GitHub Actions job "Tests" on airflow.git/eks-hook-auth has failed.
Run started by GitHub user andrewhharmon (triggered by andrewhharmon).

Head commit for run:
4a0873ec8191e408024f6ba424394622e4cbce29 / Andrew Harmon <[email protected]>
Fix EksPodOperator POSIX shell compatibility and update ExecCredential API 
version

Replace `source` with POSIX-compliant `.` (dot) command in the kubeconfig
exec credential plugin shell script. The `source` builtin does not exist
in dash, which is the default /bin/sh on Debian/Ubuntu-based containers
(including Astronomer and official Airflow images), causing silent 401
Unauthorized errors when no fallback AWS credentials are available.

Also update ExecCredential apiVersion from v1alpha1 to v1. v1alpha1 was
removed from client-go in Kubernetes 1.24 (June 2022) and v1 has been
available since Kubernetes 1.22. This is client-side only and does not
affect cluster compatibility.

Fixes: #60269

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

With regards,
GitHub Actions via GitBox


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

Reply via email to