Skip to content

Fix FS Auth directory

Matthias Schnepf requested to merge Fix_FS_Auth_Dir into master

Condor daemons and user can authenticate via filesystem. Therefore, they need read/write access to the same directory. For the authentication from inside a container to the host system condor daemons, the directory is changed to /var/lib/condor/fs_auth which is bind mounted into the container. The default /tmp should be different for host and container.

Merge request reports

Loading