hi all, do we have solution to remove `datahub` us...
# troubleshoot
g
hi all, do we have solution to remove
datahub
user? or we can disable datahub. it is not passed for our security requirements
i
Hello Amz, The
datahub
user is not disable-able by default. How are you deploying DataHub? If through Kubernetes you can override the user.props file that is mounted on the frontend pod and has the user specified there.
g
I'm using helm. Is it possible?
i
Yes, it is
You need to override the file that is mounted on the frontend pod under
./datahub-frontend/conf/user.props
g
I need to update and redeploy right?
i
yes
Make use of
extraVolumes
&
extraVolumeMounts
from https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/subcharts/datahub-frontend/values.yaml to override that file
g
Niceeee thanks thanks, will try it