SV-242467r712757_rule
V-242467
SRG-APP-000516-CTR-001335
CNTR-K8-003340
CAT II
10
Change the ownership of the cert files to "600" by executing the command:
chmod -R 600 /etc/kubernetes/pki/*.key
Review the permissions of the Kubernetes PKI key files by using the command:
find /etc/kubernetes/pki -name "*.key" | xargs stat -c '%n %a'
If any of the files are have permissions more permissive than "600", this is a finding.
V-242467
False
CNTR-K8-003340
Review the permissions of the Kubernetes PKI key files by using the command:
find /etc/kubernetes/pki -name "*.key" | xargs stat -c '%n %a'
If any of the files are have permissions more permissive than "600", this is a finding.
M
5376