-
Bug
-
Resolution: Not a Bug
-
Undefined
-
openshift-4.12.z
-
None
Description of problem:
Severity: Moderate There are several occurrences where the authenticity of a TLS connection is not verified. For example: ./pkg/controllers/etcd.go ./pkg/controllers/kube-controller-manager.go ./pkg/controllers/kube-scheduler.go ./pkg/node/kubelet.go In ./pkg/util/net.go, a dedicated function RetryInsecureHttpsGet() is defined, which uses InsecureSkipVerify. It's recommended not to use InsecureSkipVerify. Be careful of potential Man-in-the-Middle attacks.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info: