Issue in using kubeapps with Pinniped #1248
-
I want to make Kubeapps work with Pinniped authentication. For this, I first install Pinniper conierge and supervisor like this, although I do some modifications to the certs by using Cloudflare (the following is written in Terraform code, but the YAML files should be readily seen and whenever something appears like
Now, this works like a charm. But the next thing is to install kubeapps with the helm charts and the following values:
When I click on I see some redirection wheel, and then I am back at the aforementioned Page, so I cannot login. These are the logs for the
and these are the logs for the
It occurs to me as if it is struggling the get the details right with pinniped, but perhaps I am wrong here. Do you know how to fix that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Unfortunately, I'm not too familiar with debugging Kubeapps. From the auth-proxy logs, it seems like it is getting your identity, because your email address is showing in the log. Maybe @absoludity or @antgamdia could give us some hints? I'm not sure if the Kubeapps auth-proxy was intended to be used with the Pinniped Supervisor. From your configuration above, I'm guessing that it will go directly to your |
Beta Was this translation helpful? Give feedback.
Unfortunately, I'm not too familiar with debugging Kubeapps. From the auth-proxy logs, it seems like it is getting your identity, because your email address is showing in the log. Maybe @absoludity or @antgamdia could give us some hints?
I'm not sure if the Kubeapps auth-proxy was intended to be used with the Pinniped Supervisor. From your configuration above, I'm guessing that it will go directly to your
https://my-domain.eu.auth0.com
issuer to log you in and get tokens, and then send that ID token (the one from Auth0) to the Pinniped Concierge on the workload cluster. This seems to imply that the Pinniped Supervisor is cut out of that flow?