-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Generate Basic Auth credentials #166
Comments
Agreed that we can make this better. But they are generated and available: (And this should be id=admin; the syntax is inconsistent and should be documented. I think we have issues for those already though!) |
Thanks, that worked (small typo: The reason I assumed that they weren't generated is because they don't show up in |
They aren't actually needed in kubecfg - kubelet uses the client cert instead. I am wondering if I should put them in there anyway; it is a convenient place to find them. |
Apologies if I'm missing something obvious, but how do I expose the bearer token for use with bearer token auth against the API @justinsb? |
Nvm – and update for anyone stumbling across this, it appears that |
For kops version |
This is where users expects to find it, because it is how kube-up does it. Issue kubernetes#166
This is where users expects to find it, because it is how kube-up does it. Issue kubernetes#166
This is where users expects to find it, because it is how kube-up does it. Issue kubernetes#166
This should make kops more discoverable Issue kubernetes#166 Issue kubernetes#263
This is where users expects to find it, because it is how kube-up does it. Issue kubernetes#166
This should make kops more discoverable Issue kubernetes#166 Issue kubernetes#263
In particular SSH Issue kubernetes#166 Issue kubernetes#263 Issue kubernetes#236
We now:
It's still not perfect, but hopefully this is sufficient for the moment! |
It would be nice to have Basic Auth credentials generated as part of the cluster set up. This would make it easier to login to the dashboard through a browser.
The text was updated successfully, but these errors were encountered: