- Home
- All questions
- Question 585
CKA study material · question 585 of 1000
A user has read access to Secrets in a namespace through a broad ClusterRole, and you want to take just that one permission away. What does RBAC allow?
Show the answer
Answer: D. Nothing but narrowing or removing the grant itself
RBAC permissions are purely additive and there are no deny rules, so access is removed by changing or deleting the binding or role that granted it.
Source: Using RBAC Authorization (Kubernetes) — API objects › Role and ClusterRole