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
Hi @andaag I made a kaniko github action that may can be useful for your setup bymarshall/kaniko-action . This action support GKE workload identity as authentication method and it's also compatible with docker/login-action.. However, if your are using Workload identity federation I think you could avoid this step since workload identity federation works very similar to workload identity in GKE and no user nor passwords are required.
I use the following to auth to GCR:
This works fine in combination with
However, it doesn't work with kaniko, as that requires a username/password.
I'm using federated authentication, so I don't generate any passwords at all in this setup.
The text was updated successfully, but these errors were encountered: