dmwm / CRABServer

15 stars 37 forks source link

fix /opt/rucio/etc/rucio.cfg in pypi contaiiners #8535

Closed belforte closed 2 days ago

belforte commented 2 days ago

rucio CLI does not work in new containers because the rucio.cfg does not define the ca_cert directory. In the code we take this from the TaskWorker(Publisher)Config.py in ./current.

We need to point to same place as in there: /etc/grid-security/certificates/ which we mount from the host in the container