Hello everyone! How can I do the same as on <https...
# troubleshoot
c
Hello everyone! How can I do the same as on https://demo.datahubproject.io so that without authorization it can be viewed? I have a fresh installation via helm and site always redirect to /login?redirect_uri=%2F when opening the main page
c
I tried, the redirect remained, but now the site also does not authorize under datahub / datahub
a
Setting both AUTH_JAAS_ENABLED and AUTH_OIDC_ENABLED to false should disable this behavior!
c
Still not working. What else could be added?
b
hmm, this is the second case i see that someone couldnt get it to work with the env variables set. first one: https://datahubspace.slack.com/archives/C029A3M079U/p1664460375072609 @astonishing-answer-96712 fyi
c
The behavior was replicated locally with docker compose quickstart. I have set these two variables to false. Authorization was requested and I could not log in under datahub - "Invalid credentials"