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
adietish
changed the title
ClusterHelper.isOpenShift thinks k8 clusters with expired token is OpenShift cluster
ClusterHelper.isOpenShift thinks k8 cluster with expired token is OpenShift cluster
Apr 9, 2024
Current implementation of
ClusterHelper.isOpenShift
thinks that a kubernetes cluster, where the token is expired, is an OpenShift cluster.An expired token causes a
KubernetesClientException
with error code 401 and thus erroneously returnstrue
.This prevents OIDC tokens from being refreshed in redhat-developer/intellij-kubernetes#726 as
The text was updated successfully, but these errors were encountered: