Argo Workflows retains old/form login domain name after Nebari domain change #3218
-
|
Hi all, I migrated my Nebari v2025.10.2 deployment from an internal development domain to a public domain name with an associated SSL certificate. Generally, everything went well and I'm able to use most of the Nebari services. However, the login button in Argo workflows is still trying to redirect to the original domain for auth. The URL pattern in the browser when clicking the 'Login' button is as follows: Where the How do I manually update Argo to use my new domain? FWIW, the Not sure if this is related (doesn't seem so IMO, although my Argo page pops up the same 'token not valid' error), xref'ing anyway: #1861. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hey @mwengren, there's definitely some caching or a missing update in a ConfigMap on the Argo pod. Do you have |
Beta Was this translation helpful? Give feedback.
If nothing seems wrong there, I’d try deleting the current Argo pod and letting Kubernetes recreate it, so the new pod can pick up the latest ConfigMap changes if any were missed.
If the error still persists after the pod restarts, I’d check the
argocdclient in Keycloak next, especially the configuredredirectUri/ valid redirect URI fields, to make sure the new domain is included there.