Benchmark: Role
Description
This section contains recommendations for configuring Role resources.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-kubernetes-compliance
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select Role.
Run this benchmark in your terminal:
powerpipe benchmark run kubernetes_compliance.benchmark.all_controls_role
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run kubernetes_compliance.benchmark.all_controls_role --share
Controls
- ClusterRoles permissions for managing the configuration of validation or mutation admission webhooks should be minimized
- Role definition should not use default namespace
- ClusterRoles permissions to bind RoleBindings or ClusterRoleBindings should be minimized
- ClusterRoles permissions for approving CertificateSigningRequests
- ClusterRoles permissions to escalate Roles or ClusterRoles should be minimized
- Minimize wildcard use in Roles and ClusterRoles