DEV Community

Discussion on: Kubernetes: Certificates, Tokens, Authentication and Service Accounts

Collapse
 
mwtzzz profile image
Michael Martinez

You're Unvalidated Assumption is correct. Kubernetes does not have a database to store usernames, so you can refer to any arbitrary username you want in the Subject of your certificate, k8s will make authorization decisions based on role/bindings given that username.