-
Notifications
You must be signed in to change notification settings - Fork 876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I use the dex keycloak overlay #2328
Comments
I think I might be getting somewhere now. I have managed to get dex to start looking for my keycloak instance, but I am getting the following error.
I can see in the keycloa;k config-map.yaml there is
How do I get those certificates into the dex container? Is there already a file in the example customizations that points to a secret or do I have to sort that out manually? or do I put the certificates for connecting to keycloak somewhere else? |
Hi. Have you been able to relsovle this issue? It is one of the key issues that need to be resovled for most enterprise deployment which uses open source version of Kubeflow? Any guide will help |
I know for a fact that dex is working with Keycloak within Kubeflow. @kd303 for enterprises you can buy enterprise support from various companies or freelancers active in the project. Otherwise we need volunteers to contribute something open source. |
/close duplicate of #2379 |
@juliusvonkohout: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi, I need use keycloak as the OIDC provider. I can see there is a
common/dex/overlays/keycloak
overlay, but I don't know how to apply it.I also saw there is a params.env file in
common/oidc-authservice/base
where I could changeOIDC_PROVIDER
valueI have tried adding
to
kustomization.yaml
but I get the following error when I run
Can anyone help.
The text was updated successfully, but these errors were encountered: