astefanutti / kubebox

⎈❏ Terminal and Web console for Kubernetes
http://astefanutti.github.io/kubebox
MIT License
2.15k stars 142 forks source link

Support oidc authentication #29

Closed robholland closed 5 years ago

robholland commented 5 years ago

This adds basic support for OIDC authentication. It will allow people with non-expired id-tokens to authenticate to kubernetes. It does not handle automatically refreshing tokens if they are expired.

astefanutti commented 5 years ago

Thanks!