Hi, I was looking to set up a demo for our team us...
# getting-started
f
Hi, I was looking to set up a demo for our team using our own data. And I wanted to create new usernames and passwords. Is that possible without having to setup sso? Just for demo purposes, a manual way maybe.
b
Yeah its possible. You need to provide the users via the
user.props
file to the frontend container like described here https://datahubproject.io/docs/how/auth/jaas/
b
Correct! You can also ingest additional information about your custom users by creating your own bootstrap_mce.json file. You can see an example of ingesting a user with the CorpUserSnapshot for urnlicorpuser:datahub in the default bootstrap_mce.json file inside metadata-ingestion directory
f
Ok, will try this out, thanks!
c
I installed DataHub with docker-quick start (
datahub docker quickstart
)and that did not include any source code, just several running containers. How can I edit
user.pros
file to add user to login? I tried to edit this file inside
datahub-frontend-react
container but it didn't work.
b
You would then need to clone or fork the official datahub repository!