Hi everyone. I'm stuck at configuring Flyte (`flyt...
# ask-the-community
j
Hi everyone. I'm stuck at configuring Flyte (
flyte-core
chart) with Keycloak Authentication (and later Authorization). Right now, whatever I configure, the "login" button on the bottom left links to
https://<my-domain>/login?redirect_url=https://<my-domain>/console/
which returns a
404
when clicked. I can't find any logs regarding authentication (if it's enabled or not) and have been banging my head on this for quite some hours now. Any pointers what I might be missing?
d
@Julian could you share your anonymized config, especially the auth section in the values file?
j
Hey @David Espejo (he/him). Thanks for reaching out. I actually found the problem. It's a combination of multiple things. The docs are slightly wrong in a couple of places. I'll try to create a PR to fix them. Also the keycloak setup needed was a bit more involved for us, than what was described in the docs. I'll try to update my issue in GitHub with that.
d
oh that would be very helpful, thanks Julian
j