Hacker News new | ask | show | jobs
by Fishkins 2823 days ago
Since they mention it a couple times in the article, how do other folks handle auth for their k8s dashboards? I'm trying to figure out the best approach that right now.
2 comments

You could build an authorization proxy that creates a token with the Kube API server and sets the Authorization header. This probably exists, but a project I worked on: https://github.com/boxboat/okta-nginx might be a good starting point.
Me too. I haven't tried any of this but here's a suggestion:

https://akomljen.com/protect-kubernetes-external-endpoints-w...