Questions tagged [openid-dex]
12 questions
3
votes
3 answers
istio getting "RBAC: access denied" even the servicerolebinding checked to be allowed
I've been struggleing with istio... So here I am seeking help from the experts!
Background
I'm trying to deploy my kubeflow application for multi-tenency with dex.
Refering to the kubeflow offical document with the manifest file from github
Here is…

Roger Ray
- 1,251
- 2
- 12
- 20
2
votes
2 answers
How do I update an on-premise Kubernetes API server to enable OIDC with Dex?
We have an on-premise kubernetes deployment in our data center. I just finished deploying the pods for Dex, configured hooked up with our LDAP server to allow LDAP based authentication via Dex, ran tests and was able to retrieve the OpenID connect…

jrlonan
- 45
- 1
- 5
1
vote
0 answers
How can I integrate Google authenticator with Kubeflow Dex authentication?
I have completed the kubeflow setup using the below github on top of the k3s custer I set up the kubeflow. I am working on one requirement which is when the user hit the kubeflow login url user should be able to log in via Google authenticator.
Used…

Noushad Shaw
- 11
- 1
1
vote
1 answer
Argo CD - Can't Login To UI After SSO Login
I setup the Dex Github connector and can login successfully.
This is from the Dex server logs.
msg="login successful: connector \"github\"
This is from the argocd server logs.
│ time="2023-03-07T14:09:52Z" level=info msg="Initializing OIDC provider…

Techalicious
- 101
- 1
- 6
1
vote
1 answer
Failed to initialize storage: failed to perform migrations: creating migration table: unable to open database file
I am building a django application and also using dex for Token Authentication. This application is deployed on AWS EC2 but when I run the dex file it gives an error .
I am using sqlite3 as a database for dex .
This is my dex file
This is the…

Mohd. Shoaib
- 113
- 1
- 6
1
vote
2 answers
Mandate Group Search Condition in Dex LDAP Coonector
I am using Dex as our Identity provider and connecting it to LDAP. Below is my ldap config in Dex:
connectors:
- type: ldap
id: ldap
name: LDAP
config:
host: myhost.staging.com:636
insecureNoSSL: false
insecureSkipVerify: false
…

swetad90
- 784
- 1
- 13
- 34
1
vote
1 answer
Groups are empty while authenticating using DEX (LDAP)
I have been trying to authenticate OIDC using DEX for LDAP. I have succeeded in authenticating but the problem is, LDAP search is not returning the groups. Following are my DEX configs and LDAP Data. Please help me out
Screenshot: Login successful,…

Waqar Ahmed
- 1,414
- 2
- 15
- 35
0
votes
2 answers
microk8s kubeflow dashboard access - Failed to exchange authorization code with token: oauth2: cannot fetch token: 401 Unauthorized
After installing microk8s and then enabling kubeflow I'm given the username, password and link to Kubeflow dashboard. Then I access the dashboard as expected and all is well. BUT after restarting my machine and executing microk8s start I can no…

Nathan
- 37
- 4
0
votes
1 answer
How to copy paste Google's SSO certificate for connecting with dex?
I keep getting the follwoing error in dex server -
failed to initialize server: server: Failed to open connector saml: failed to open connector: failed to create connector saml: parse cert: trailing data:
I'm copying the Google SSO certificate,…

ssbb191
- 1,486
- 3
- 12
- 23
0
votes
1 answer
can't get kubectl to authenticate against dex and gangway
i'm running an on-prem instance of kubernetes 1.16.2 on centos7. i have cert-manager, dex and gangway installed and apparently working. what i'm having problems with is kubectl.
so i have dex running on it's own ingress using letsencrypt certs and…

yee379
- 6,498
- 10
- 56
- 101
0
votes
3 answers
How to access model microservice deployed behind Istio and Dex?
I built a deploy pipeline to serve ML models using Kubeflow (v0.6) and Seldon Core, but now that models are deployed I can't figure out how to pass the auth. layer and consume the services.
My kubernetes instance is on bare-metal and setup is…

Fábio Beranizo
- 31
- 3
0
votes
1 answer
DEX LDAP connector token signing
I am playing around with DEX and openldap. When I get a token back in my browser and put it into JWT debugger with the public key i generated, it doesn't verify the signature. I am trying to step through the code of DEX, but the debugging tools are…

ppolicherla91
- 33
- 6