jetstack / kube-oidc-proxy

Reverse proxy to authenticate to managed Kubernetes API servers via OIDC.
https://jetstack.io
Apache License 2.0
477 stars 91 forks source link

Fix dev cluster for OSX #140

Open JoshVanL opened 4 years ago

JoshVanL commented 4 years ago

OXS + docker is not routable from the host. Instead we need to add extraPorts to kind on boot and expose the proxy on a node port so we can route from localhost.

/assign /cc @munnerz