Limit Access to Kubernetes Secrets
An XCCDF Rule
Description
The Kubernetes API stores secrets, which may be service account tokens for the Kubernetes API or credentials used by workloads in the cluster. Access to these secrets should be restricted to the smallest possible group of users to reduce the risk of privilege escalation. To restrict users from secrets, removeget
, list
, and watch
access to unauthorized users to secret objects in the cluster.
Rationale
Inappropriate access to secrets stored within the Kubernetes cluster can allow for an attacker to gain additional access to the Kubernetes cluster or external resources whose credentials are stored as secrets.
- ID
- xccdf_org.ssgproject.content_rule_rbac_limit_secrets_access
- Severity
- Medium
- References
- Updated