SV-242450r712706_rule
V-242450
SRG-APP-000516-CTR-001325
CNTR-K8-003170
CAT II
10
Change the permissions of the Kube Proxy to "root" by executing the command:
chown root:root <location from kubeconfig>.
Check if Kube-Proxy is running and obtain --kubeconfig parameter use the following command:
ps -ef | grep kube-proxy
If Kube-Proxy exists:
Review the permissions of the Kubernetes Kube Proxy by using the command:
stat -c %a <location from --kubeconfig>
If the command returns any non root:root file permissions, this is a finding.
V-242450
False
CNTR-K8-003170
Check if Kube-Proxy is running and obtain --kubeconfig parameter use the following command:
ps -ef | grep kube-proxy
If Kube-Proxy exists:
Review the permissions of the Kubernetes Kube Proxy by using the command:
stat -c %a <location from --kubeconfig>
If the command returns any non root:root file permissions, this is a finding.
M
5376