Skip to content

Commit

Permalink
Merge pull request #1532 from amaltaro/wmcore-12059
Browse files Browse the repository at this point in the history
Ensure X509_USER_PROXY is set for MSUnmerged restarts
  • Loading branch information
arooshap authored Aug 5, 2024
2 parents 6d4ec88 + b33e49c commit f50ac09
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 f50ac09

Please sign in to comment.