How do I embed Auth0 into kubeapps and deploy it via helm? #4219
-
I would like to allow users to Authenticate with Auth0. I have the following input at Auth0: Name: "kubeapps-auth" How would I deploy kubeapps with helm by using this Auth0 service? Many thanks for your support in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 62 replies
-
Hi @tobi-at-cariad, I haven't tested it personally, but I guess you should follow this guide on how to configure the oauth2-proxy in Kubeapps and, the info you'll need from Auth0 as your OIDC provider should be something similar to: https://auth0.com/docs/get-started/applications/configure-applications-with-oidc-discovery. Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
@absoludity I am happy to do that, however, I cannot find it in your previous replies (but that might be due to my limited understanding). Hence, could you tell me how I can execute your suggestions here? Also, could it be related to the fact that I am using k8s clusters on Digitalocean and pinniped is not confirmed to work fine with Digitalocean k8s clusters (see https://pinniped.dev/docs/reference/supported-clusters/)? |
Beta Was this translation helpful? Give feedback.
Hi @tobi-at-cariad,
I haven't tested it personally, but I guess you should follow this guide on how to configure the oauth2-proxy in Kubeapps and, the info you'll need from Auth0 as your OIDC provider should be something similar to: https://auth0.com/docs/get-started/applications/configure-applications-with-oidc-discovery.
Hope it helps!