Hello! Is there a way to make a readonly version o...
# troubleshoot
h
Hello! Is there a way to make a readonly version of DataHub, available without authorization? Like you've made it here : https://demo.datahubproject.io/ (Though in demo it is not readonly)
b
Hi @handsome-belgium-11927! There is a way. Here is how: 1. Modify
policies.json
file to remove policies 1-7. 2. Disable authentication using AUTH_JAAS_ENABLED=false and AUTH_OIDC_ENABLED=false 3. Now rebuild & restart the
datahub-gms
container. 4. When you visit the UI URL you should be automatically logged in as the "datahub" user, but will not be able to edit anything.
👀 2