- Home
- All questions
- Question 26
CKA study material · question 26 of 1000
A Role restricts list on configmaps by resourceNames. What must a client include for the request to be authorized?
Show the answer
Answer: D. A metadata.name field selector matching the named resource
Restricting list or watch by resourceNames requires the client to send a matching metadata.name field selector.
Source: Using RBAC Authorization (Kubernetes) — Referring to resources