Open kalote opened 1 month ago
After some research, I found out that the metadata token has a 3600s (1h) expiration.
By adding credsexpire: 1h
in my argocd-image-updater helm values, it seems to work now.
I will monitor if this is the correct solution and will close this ticket if that's the case.
Describe the bug I've setup argocd image updater in my GKE autopilot cluster using helm charts. It works well with the config below:
After a bit of time (~3h) the logs shows a failed authentication message. Only solution I found was to restart the argocd image updater deployment.
To Reproduce Steps to reproduce the behavior:
Expected behavior The authentication should not be lost after some time
Additional context Add any other context about the problem here.
Version
The SA is configured with proper access using OIDC + workloadIdentity.
Logs