You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running cosign in an AWS EKS k8s cluster, using a service account mapped to an IAM role. Previously, using cosign 2.2.1, I could run cosign with --k8s-keychain which would automatically authenticate with the ECR repo of the image to be signed. However, from 2.2.2 onwards (including 2.3.0, 2.40, and 2.4.1) cosign fails to authenticate.
Description
I'm running cosign in an AWS EKS k8s cluster, using a service account mapped to an IAM role. Previously, using cosign 2.2.1, I could run cosign with
--k8s-keychain
which would automatically authenticate with the ECR repo of the image to be signed. However, from 2.2.2 onwards (including 2.3.0, 2.40, and 2.4.1) cosign fails to authenticate.Cosign 2.2.1 example log:
Note the
Authorization: <redacted>
line near the end. That is not found for Cosign 2.2.2:Version
2.2.2, 2.2.4, 2.3.0, 2.4.0, 2.4.1
The text was updated successfully, but these errors were encountered: