SV-254561r1137639_rule
V-254561
SRG-APP-000033-CTR-000095
CNTR-R2-000150
CAT I
10
Edit the RKE2 Configuration File /etc/rancher/rke2/config.yaml on every RKE2 node and set the following "kubelet-arg" argument:
- authorization-mode=Webhook
Once the configuration file is updated, restart the RKE2 Server or Agent. Run the command:
systemctl restart rke2-server or systemctl restart rke2-agent
Ensure authorization-mode is set correctly in the kubelet on each rke2 node.
Run this command on each node:
/bin/ps -ef | grep kubelet | grep -v grep
If --authorization-mode is not set to "Webhook" or is not configured, this is a finding.
V-254561
False
CNTR-R2-000150
Ensure authorization-mode is set correctly in the kubelet on each rke2 node.
Run this command on each node:
/bin/ps -ef | grep kubelet | grep -v grep
If --authorization-mode is not set to "Webhook" or is not configured, this is a finding.
M
5486