OpenUnison / openunison-k8s-login-oidc

Kubernetes login portal for both kubectl and the dashboard using OpenID Connect. Use groups from your assertion in RBAC policies to control access to your cluster. Supports impersonation and OpenID Connect integration with your API server.
https://www.tremolosecurity.com/kubernetes/
Apache License 2.0
12 stars 5 forks source link

Other ingress controllers #51

Closed brackend closed 2 years ago

brackend commented 2 years ago

Hi,

is Orchestra login portal limited to Nginx? Is it possible to install alongside Traefik ingress controller?

Thank you

mlbiam commented 2 years ago

It should work with Traefik. The operator won't generate an Ingress, but take a look at https://github.com/OpenUnison/openunison-k8s-login-oidc/issues/44

brackend commented 2 years ago

Cheers thank you! Will let you know how I get on

brackend commented 2 years ago

Worked fine. Just deployed ingress yaml for: openunison_host: "k8sou.apps.blog-demo.tremolo.dev" dashboard_host: "k8sdb.apps.blog-demo.tremolo.dev" api_server_host: "k8sapi.apps.blog-demo.tremolo.dev" thanks again