- Home
- All questions
- Question 23
CKA study material · question 23 of 1000
What is the security benefit of making a binding's roleRef immutable?
Show the answer
Answer: B. Someone can be allowed to manage the subject list without being able to grant a stronger role
Update permission on a binding can be granted safely because the role it points at cannot be swapped.
Source: Using RBAC Authorization (Kubernetes) — ClusterRoleBinding example