This message was deleted.
# opal
s
This message was deleted.
o
Hi @Kevin Lin, this is intersting … • Is the Repo really big (thinking maybe it just takes a lot of time / space to clone) ? • can you try and run git on the node and see the status of the repo?
k
• The repo is fairly small, only a few policies live in it • I've been debugging for a while and I believe it's because as part of our kubernetes deployments we run all our containers with a specific uid unless otherwise specified. Setting the
uid
to 1000 seemed to get it working
do you know where the
uid
for the
opal
user is being set to 1000?
o
The user is created in the docker file, though no specific UID is set : https://github.com/permitio/opal/blob/3afcd1a756013c37383a5ba728d8c3335709d340/docker/Dockerfile#L33C1-L34C1
k
I see in this issue - https://github.com/permitio/opal/issues/467 - 1000 seems to be what we can expect
o
Yeah. I think it’s just what assigned by default as
FIRST_SYSTEM_UID
k
got it