Skip to content

kubelet - Authorization Options

An XCCDF Value

Description

ABAC - Attribute-Based Access Control (ABAC) mode allows you to configure policies using local files.
RBAC - Role-based access control (RBAC) mode allows you to create and store policies using the Kubernetes API.
Webhook - WebHook is an HTTP callback mode that allows you to manage authorization using a remote REST endpoint.
Node Node - authorization is a special-purpose authorization mode that specifically authorizes API requests made by kubelets.
AlwaysDeny - This flag blocks all requests. Use this flag only for testing.

ID
xccdf_org.ssgproject.content_value_var_kube_authorization_mode
Updated