Role-based access control (RBAC) configuration¶
Role-based access control (RBAC) configuration determines whether the system creates the necessary roles and service account rules required for the application to function within the cluster.^[400-devops-06-kubernetes-devops-helm-terraform-helm-helm-charts-metrics-server-readme.md]
Configuration Parameters¶
The behavior of RBAC is typically managed through a specific parameter found in the chart's values.^[400-devops-06-kubernetes-devops-helm-terraform-helm-helm-charts-metrics-server-readme.md]
rbac.create: This boolean parameter enables the creation of Role-based authentication rules.^[400-devops-06-kubernetes-devops-helm-terraform-helm-helm-charts-metrics-server-readme.md] It is set totrueby default.
Related Concepts¶
- [[Service accounts]]
- [[Pod security policy]]
- Kubernetes
Sources¶
^[400-devops-06-kubernetes-devops-helm-terraform-helm-helm-charts-metrics-server-readme.md]