STIGQter STIGQter: STIG Summary: Rancher Government Solutions RKE2 Security Technical Implementation Guide Version: 2 Release: 7 Benchmark Date: 01 Jul 2026:

The Kubernetes Kubelet must have anonymous authentication disabled.

DISA Rule

SV-254557r1137638_rule

Vulnerability Number

V-254557

Group Title

SRG-APP-000033-CTR-000090

Rule Version

CNTR-R2-000110

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

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.

Vulnerability Number

V-254557

Documentable

False

Rule Version

CNTR-R2-000110

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5486