https://github.com/openshift/console/blob/release-4.20/pkg/auth/metrics.go#L85-L90 ```go configWithBearerToken := &rest.Config{ Host: k8sConfig.Host, Transport: m.anonymousInternalProxiedK8SRT, BearerToken: ls.AccessToken(), Timeout: 30 * time.Second, } ``` <img width="2384" height="1283" alt="Image" src="https://github.com/user-attachments/assets/a8267176-d775-4dd4-911c-6701afd41268" /> <img width="1694" height="1207" alt="Image" src="https://github.com/user-attachments/assets/3b456678-c21b-4fca-b4e7-e1095e20e0dd" /> It seems that the configuration for TLS ignoring certificates is missing in the configWithBearerToken variable