oidc argocd cli change host callback #20293
martincolladodev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m currently facing an issue as we’re running Keycloak authentication behind an Akamai WAF, which blocks all redirects to localhost. I noticed that the --sso-port flag allows changing the port from the default 8085, but I was wondering if there’s a flag or configuration that allows changing the host where the callback is expected.
As a workaround, we currently modify the host to something like keycloak.local.change.me and point this DNS A record to localhost to bypass the localhost filter and use local environments without issues. However, I was hoping for a more robust solution, particularly within the ArgoCD configuration itself.
Any guidance on how we can address this would be greatly appreciated.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions