Hi everybody! We recently got DH up and running in...
# ui
m
Hi everybody! We recently got DH up and running in production using k8s/helm. I'm having some trouble editing the default password for the datahub user. I followed this and uploaded/mounted a new user.props with a new user, which I am able to log in with, but this didn't erase the default datahub user. I then updated the user.props to include a username of datahub, thinking this might overwrite the default credentials. This seems to create a new user with a datahub username, and also to preserve the old credentials. How can we remove the default username using helm? We can't really start using this on the internet until we are able to get rid of that default superuser password. Thanks!
s
Did you restart it after making the changes?
m
yep restarted - giving that a try xL thank you!
We're now having a separate networking issue so I can't verify if what's in the thread from Filip works, but I will update here for posterity when we know for sure
s
Just to confirm you made the change in which of these files? Note these are 2 different files. What are saying usually happens when the second one is changed instead of the first one (which is required for changing default user) •
/datahub-frontend/conf/user.props
${HOME}/.datahub/plugins/frontend/auth/user.props
m
yea that was my exact issue, I modified the second rather than the first. I modified the first one now and still waiting on networking issues to allow me to access the instance to verify it works
h
Hey @microscopic-restaurant-56474 did changing the first file solve your problem?
m
Hi, I still haven't been able to verify this and have been blocked on finishing this setup for awhile, but I'm pretty sure it probably worked