The K8s API client hardcodes InsecureSkipVerify: true while sending Bearer tokens (service account credentials) to the Kubernetes API server. An attacker who MITMs the connection can capture cluster admin credentials.
Remediation: Remove InsecureSkipVerify: true. Use proper TLS verification with the cluster's CA certificate.
The K8s API client hardcodes InsecureSkipVerify: true while sending Bearer tokens (service account credentials) to the Kubernetes API server. An attacker who MITMs the connection can capture cluster admin credentials.
Remediation: Remove InsecureSkipVerify: true. Use proper TLS verification with the cluster's CA certificate.