Hi, I am deploying datahub v0.8.41 in docker 20.10...
# troubleshoot
m
Hi, I am deploying datahub v0.8.41 in docker 20.10.17 and have found one thing that I don't know if it is intended to be this way but it doesn't make much sense as far as I know. The thing is that in the 3 basic services needed for the deployment (gms, frontend and actions) the user used to log in is not the same. For example: in datahub-gms is
uid=101(datahub) gid=101(datahub) groups=101(datahub)
but in the datahub-front-end is
uid=100(datahub) gid=101(datahub) groups=101(datahub)
. Is this done on purpose or is it just a mistake?? Thanks in advance for the help!