Hey team, I am trying to deploy Datahub through he...
# all-things-deployment
p
Hey team, I am trying to deploy Datahub through helm on K8s. I wanted to know how can I disable the datahub default admin user. It is a security concern after all
c
This documentation improvement should serve your need: https://github.com/datahub-project/datahub/pull/8153
p
What you are saying is that I would have to create a new front-end image after removing the user.props file and maintain that image at my end? Everytime Datahub upgrades the frontend, we will have to pull the new code and redeploy the image on AWS ECR?
c
Why do you think you need to manage your own version of the UI image? You only need to mount your
user.props
file into your UI pod
p
Are you saying that just passing in an empty value here will be enough?
c
If you have modified your
user.props
file (however it looks like thereafter), you still have to follow the other steps of the guideline
a
Hi @proud-dusk-671, did you get this working?
p
Hi Paul thanks for replying. We are currently working on https://datahubspace.slack.com/archives/C029A3M079U/p1678354501041149 and will try this right after that
Yes guys, i can confirm this is solved