Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

How To CONNECT?! #61

Open
masikmos opened this issue Feb 13, 2019 · 4 comments
Open

How To CONNECT?! #61

masikmos opened this issue Feb 13, 2019 · 4 comments

Comments

@masikmos
Copy link

How connect??? I have only token, where get TLS Client Auth?

And what ip need on URL???

Heeeeelp please......

@ddy86
Copy link

ddy86 commented Feb 14, 2019

please refer to #35 (comment)

@masikmos
Copy link
Author

I don't have user key and user cert, only token and ca.crt...

@ddy86
Copy link

ddy86 commented Feb 15, 2019

The user key and user cert are in /etc/kubernetes/admin.conf:

users:
- user:
     client-certificate-data: xxxx
     client-key-data: xxx

You should use base64 to decode it.
And also,
You can add a basic auth user and then config the cluster like below:
image
refers to https://kubernetes.io/docs/reference/access-authn-authz/authentication/#static-password-file to see how to add a basic user for kubernetes.

@tehlers320
Copy link

My guess is this is an amazon user. You only get the ca.crt in EKS. see #55 if you are. More details would be useful.

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

No branches or pull requests

3 participants