Is there a way to disable the default datahub/data...
# ui
r
Is there a way to disable the default datahub/datahub login and instead go straight to the dashboard?
b
Without any form of login? Something like the demo site , where everyone is logged in as datahub?
r
yes, for demo purposes
we have an ingress set up to the front end pod which requires a VPN connection already
b
In env variables for frontend, you can add this line: # Uncomment to disable JAAS username / password authentication (enabled by default) AUTH_JAAS_ENABLED=false
It's found in env file for frontend in the docker folder of the git repo
I dunno how to change the identity of the default user to non-datahub though