Skip to content

The Kubernetes component PKI must be owned by root.

An XCCDF Rule

Description

The Kubernetes PKI directory contains all certificates (.crt files) supporting secure network communications in the Kubernetes Control Plane. If these files can be modified, data traversing within the architecture components would become unsecure and compromised. Many of the security settings within the document are implemented through this file.

ID
SV-242451r961863_rule
Version
CNTR-K8-003180
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Change the ownership of the PKI to root: root by executing the command:

chown -R root:root /etc/kubernetes/pki/