for the <demo.datahubproject.io> site, may i know ...
# ui
b
for the demo.datahubproject.io site, may i know what settings were used to enable the "always logged in" for users surfing the site? would like to enable users to visit datahub in my instance without logging in. i believe we can modify jaas.conf in frontend, but would be nice if someone could share the code changes necessary cos im beans at Java.🙏
e
hey! it is this one
- name: AUTH_JAAS_ENABLED value: “false”
b
thanks @early-lamp-41924!