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
Now, if either `-Ddocker.useOpenShiftAuth` or `<useOpenShiftAuth>true</useOpenShiftAuth>` in the plugin configuration is used, then the currently connected OpenShift user is used for authentication in pull and/or push operation. This is typicallt performed with a 'oc login'. Using this features correspond to use `oc whoami` for the user part and `oc whoami -t` for the token which is to be used as password.
Add a dedicated property like
docker.kubernetesAuth
which does the following when enabled:~/.kube/config
as YAML fileThe text was updated successfully, but these errors were encountered: