SV-254557r1137638_rule
V-254557
SRG-APP-000033-CTR-000090
CNTR-R2-000110
CAT II
10
Edit the Kubernetes Kubelet file etc/rancher/rke2/config.yaml on the RKE2 Control Plane and set the following:
--anonymous-auth=false
Once configuration file is updated, restart the RKE2 Agent. Run the command:
systemctl restart rke2-server
Ensure anonymous-auth is set correctly so anonymous requests will be rejected.
Run this command on each node:
/bin/ps -ef | grep kubelet | grep -v grep
If --anonymous-auth is set to "true" or is not configured, this is a finding.
V-254557
False
CNTR-R2-000110
Ensure anonymous-auth is set correctly so anonymous requests will be rejected.
Run this command on each node:
/bin/ps -ef | grep kubelet | grep -v grep
If --anonymous-auth is set to "true" or is not configured, this is a finding.
M
5486