- Home
- All questions
- Question 925
CKA study material · question 925 of 1000
A user's kubectl auth can-i --as=... command is refused. What permission are they missing?
Show the answer
Answer: B. The ability to impersonate
Asking the question on another identity's behalf uses impersonation, so the caller must be authorized to impersonate before --as will work.
Source: kubectl auth can-i (Kubernetes) — Synopsis