-
I deployed oauth2-proxy-example-dex to k8s cluster, everything is fine, including ingress, secret, deployment, pods, services, dns, https when I login to dex with, (i tried http as well) https://dex.localtest.me/auth/local?client_id=oauth2-proxy and returns with 'Bad Request Unregistered redirect_uri("").' I kept changing the values in redirectURIs, it won't change a bit of the outcome. I searched the logs in dex, it did not help either. I tried dex oauth2-proxy-example-dex on kubernetes cluster with image ghcr.io/dexidp/dex:v2.38.0 (also v2.33.0) Here is the dex/cfg/config.yaml, issuer: http://dex.localtest.me/
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
the problem is solved by changing dex.conf storage: also upgrade oauth2-proxy image to : bitnami.io/oauth2-proxy:7.5.1 |
Beta Was this translation helpful? Give feedback.
the problem is solved by changing dex.conf
storage:
type: sqlite3
config:
file: /var/dex/dex.db
also upgrade oauth2-proxy image to : bitnami.io/oauth2-proxy:7.5.1