SV-254554r1043176_rule
V-254554
SRG-APP-000023-CTR-000055
CNTR-R2-000030
CAT II
10
Edit the RKE2 Configuration File /etc/rancher/rke2/config.yaml on the RKE2 Control Plane and set the following "kube-controller-manager-arg" argument:
- use-service-account-credentials=true
Once the configuration file is updated, restart the RKE2 Server. Run the command:
systemctl restart rke2-server
Ensure use-service-account-credentials argument is set correctly.
Run this command on the RKE2 Control Plane:
/bin/ps -ef | grep kube-controller-manager | grep -v grep
If --use-service-account-credentials argument is not set to "true" or is not configured, this is a finding.
V-254554
False
CNTR-R2-000030
Ensure use-service-account-credentials argument is set correctly.
Run this command on the RKE2 Control Plane:
/bin/ps -ef | grep kube-controller-manager | grep -v grep
If --use-service-account-credentials argument is not set to "true" or is not configured, this is a finding.
M
5486