Skip to content

Commit

Permalink
Ensure X509_USER_PROXY is set for MSUnmerged restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro committed Aug 1, 2024
1 parent 0cb2d75 commit b33e49c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/pypi/dmwm-base/manage
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export X509_USER_KEY=$AUTHDIR/dmwm-service-key.pem
export X509_USER_CERT=$AUTHDIR/dmwm-service-cert.pem
export REQMGR_CACHE_DIR=$STATEDIR
export WMCORE_CACHE_DIR=$STATEDIR
# MSUnmerged also needs to access a proxy with additional voms roles
if [ -f $AUTHDIR/proxy.cert ]; then
export X509_USER_PROXY=$AUTHDIR/proxy.cert
fi

# by default Rucio relies on /opt/rucio/etc/config.cfg
# if necessary we may setup RUCIO_HOME which should provide this location
Expand Down

0 comments on commit b33e49c

Please sign in to comment.