SV-242447r712697_rule
V-242447
SRG-APP-000516-CTR-001325
CNTR-K8-003140
CAT II
10
Change the permissions of the Kube Proxy to "644" by executing the command:
chown 644 <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 file has permissions more permissive than "644", this is a finding.
V-242447
False
CNTR-K8-003140
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 file has permissions more permissive than "644", this is a finding.
M
5376