The Kubernetes etcd must use TLS to protect the confidentiality of sensitive data during electronic dissemination.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-242380CNTR-K8-000190SV-242380r960759_ruleCCI-000068medium
Description
The Kubernetes API Server will prohibit the use of SSL and unauthorized versions of TLS protocols to properly secure communication. The use of unsupported protocol exposes vulnerabilities to the Kubernetes by rogue traffic interceptions, man-in-the-middle attacks, and impersonation of users or services from the container platform runtime, registry, and keystore. To enable the minimum version of TLS to be used by the Kubernetes API Server, the setting "--peer-auto-tls" must be set.
STIGDate
Kubernetes Security Technical Implementation Guide2025-05-16

Details

Check Text (C-242380r960759_chk)

Change to the /etc/kubernetes/manifests directory on the Kubernetes Control Plane. Run the command: grep -I peer-auto-tls * If the setting "--peer-auto-tls" is not configured in the Kubernetes etcd manifest file or it is set to "true", this is a finding.

Fix Text (F-45613r927073_fix)

Edit the Kubernetes etcd manifest file in the /etc/kubernetes/manifests directory on the Kubernetes Control Plane. Set the value of "--peer-auto-tls" to "false".