Hi all, I installed DataHub with `datahub docker q...
# troubleshoot
s
Hi all, I installed DataHub with
datahub docker quickstart (without source code),
I want to create a new user to login (with username and password). How can I do it ? where can i find user.props file ?
s
After creating users.props where I put it ? I couldn't find the path ${HOME}/.datahub/plugins/frontend/auth/
m
@swift-breakfast-25077 just create that location if it doesn't exist.
mkdir -p ${HOME}/.datahub/plugins/frontend/auth
and then drop in the
user.props
file there
after that restart the container and it should pick it up
s
Is the ${home} mean the datahub-env ?, I can't find the location of ${home}, so where can i run the command mkdir -p ${HOME}/.datahub/plugins/frontend/auth ??😥
m
Run this on your terminal. $HOME just points to your home directory.
Assuming you are on a Linux / Mac system
s
i am on a windows system