Skip to content

Commit

Permalink
Merge pull request rucio#134 from vokac/force-fts-proxy-delegation
Browse files Browse the repository at this point in the history
Force FTS proxy delegation for dteam VO
  • Loading branch information
tbeerman authored Apr 28, 2021
2 parents dbe3b4d + 94c3066 commit c7d6f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fts-cron/renew_fts_proxy_dteam.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ voms-proxy-init2 -valid 24:00 -cert /tmp/long.proxy -key /tmp/long.proxy -out /t
{% if RUCIO_FTS_SERVERS is defined %}
{% set ftses = RUCIO_FTS_SERVERS.split(',') %}
{% for fts in ftses %}
fts-rest-delegate --key=/tmp/x509up --cert=/tmp/x509up -s {{ fts }}
fts-rest-delegate --hours=24 --force --key=/tmp/x509up --cert=/tmp/x509up -s {{ fts }}
{% endfor %}
{% endif %}

Expand Down

0 comments on commit c7d6f72

Please sign in to comment.