STIGQter STIGQter: STIG Summary: Kubernetes Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 13 Apr 2021:

The Kubernetes API Server must enable Node,RBAC as the authorization mode.

DISA Rule

SV-242382r712502_rule

Vulnerability Number

V-242382

Group Title

SRG-APP-000033-CTR-000090

Rule Version

CNTR-K8-000270

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the Kubernetes API Server manifest file in the /etc/kubernetes/manifests directory on the Kubernetes Master Node. Set the value of "--authorization-mode" to "Node,RBAC".

Check Contents

Change to the /etc/kubernetes/manifests directory on the Kubernetes Master Node. Run the command:

"grep -i authorization-mode *"

If the setting "authorization-mode" is not configured in the Kubernetes API Server manifest file or is not set to "Node,RBAC", this is a finding.

Vulnerability Number

V-242382

Documentable

False

Rule Version

CNTR-K8-000270

Severity Override Guidance

Change to the /etc/kubernetes/manifests directory on the Kubernetes Master Node. Run the command:

"grep -i authorization-mode *"

If the setting "authorization-mode" is not configured in the Kubernetes API Server manifest file or is not set to "Node,RBAC", this is a finding.

Check Content Reference

M

Target Key

5376

Comments