Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client authentication with X.509 Certs #1

Open
anxiousmodernman opened this issue Jun 10, 2019 · 0 comments
Open

Client authentication with X.509 Certs #1

anxiousmodernman opened this issue Jun 10, 2019 · 0 comments

Comments

@anxiousmodernman
Copy link
Owner

I asked how this worked in the #kubernetes channel in the Gopher slack, and seh gave some nice guidance:

I assume you're talking about clients using X.509 certificates to authenticate. The API server is configured with a CA bundle of certificates to trust (by default, the same CA used to sign the server's certificate), and so long as the client certificate is signed by one of the certificates in the bundle, or presents a chain that in which at least one certificate is signed by one of the certificates in the bundle, authentication succeeds, using the subject's CN attribute as the user name and the O attributes as the set of groups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant