c0c0n3 / kitt4sme.live

On a mission to bring AI to the shop floor: https://kitt4sme.eu/
MIT License
1 stars 28 forks source link

ArgoCD can't do SSO w/ Keycloak anymore #229

Closed c0c0n3 closed 1 year ago

c0c0n3 commented 1 year ago

Describe the bug

After merging #223, it looks like the cert issue is gone (#210) but you get this error as soon as you hit the "Login via Keycloak" button

Invalid redirect URL: the protocol and host (including port) must match and the path must be within allowed URLs if provided

To Reproduce

Steps to reproduce the behavior:

  1. Browse to https://kitt4sme.collab-cloud.eu/argocd
  2. Click on the "Login via Keycloak" button
  3. Your browser should show the error mentioned above.

Expected behavior

After clicking on the "Login via Keycloak" button, the browser should be redirected to the Keycloak login page. Then, on entering valid credentials, the browser should be redirected back to ArgoCD which should show the "apps" page.

Additional context

See #223, #210