Newer version of Dex doesn't appear to be compatible with older Gangway #2304
Unanswered
crflanigan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm in the process of building out an Active Directory Kubernetes RBAC integration using Dex and Gangway.
I've built out the latest version of Dex and have tested using it to connect to Active Directory successfully using the
example-app
that comes bundled with Dex.Next we pulled down the latest available Gangway docker container which looks to be version 3.2.0.
That said, when we tried to connect to Gangway it appears that returns
404 page not found
I noticed that example-app and Gangway seem to be redirecting to different URL's:
Gangway = http://10.170.4.175:32000/dex/auth
Example-App = http://10.170.4.175:32000/auth/ldap/login
We thought maybe we needed to get the latest version but it looks like VMware purchased the company that makes Gangway and the repo indicates it will no longer be supported.
Our suspicion is that older versions of Gangway are incompatible with newer versions of Dex.
Thoughts?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions