You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I configure oidc and go to log in, though I log in successfully, the redirect appends a ':3000' causing things not work.
I can add the url with the :3000 to work on the identity server side, allowing the login to complete, but the redirect fails cause it needs to go to https:// ... not https://:3000 .
What's needed in the values.yaml to turn that off?
I've got an ingress working w/ https.
But when I configure oidc and go to log in, though I log in successfully, the redirect appends a ':3000' causing things not work.
I can add the url with the :3000 to work on the identity server side, allowing the login to complete, but the redirect fails cause it needs to go to https:// ... not https://:3000 .
What's needed in the values.yaml to turn that off?
My existing values.yaml
The text was updated successfully, but these errors were encountered: