While using git
in Workbench, you may encounter a situation where only the owner of the project can utilize the git
tab, but others have no visibility.
This is most common in environments where projects are shared using shared file systems that are set up as NFSv3. While Workbench uses Linux ACLs to control access to shared projects, NFSv3 does not fully support ACLs as needed.
Solution 1: If local disks are big enough and available within sessions, moving the GIT repository from a shared file system to a local filesystem will make the Git Tab visible to the owner and other users/analysts.
Solution 2: if using a local filesystem isn't appropriate, we recommend upgrading to NFSv4
.
Comments