Skip to content

Verify User Who Owns the Worker Certificate Authority File

An XCCDF Rule

Description

To properly set the owner of /etc/kubernetes/kubelet-ca.crt, run the command:

$ sudo chown root /etc/kubernetes/kubelet-ca.crt 

Rationale

The worker certificate authority file contains the certificate authority certificate for an OpenShift node that is configured on the system. Protection of this file is critical for OpenShift security.

ID
xccdf_org.ssgproject.content_rule_file_owner_worker_ca
Severity
Medium
References
Updated