Skip to content

Commit

Permalink
Merge pull request rucio#136 from ericvaandering/add_preparer
Browse files Browse the repository at this point in the history
Add use_preparer and other settings necessary for Globus Online
  • Loading branch information
bari12 authored May 26, 2021
2 parents 9c10781 + 72ae4b1 commit 2f720da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions daemons/rucio.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ usercert = {{ RUCIO_CFG_CONVEYOR_USERCERT | default('/opt/rucio/tools/x509up') }
{% if RUCIO_CFG_CONVEYOR_REQUEST_OIDC_SCOPE is defined %}request_oidc_scope = {{ RUCIO_CFG_CONVEYOR_REQUEST_OIDC_SCOPE }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_REQUEST_OIDC_AUDIENCE is defined %}request_oidc_audience = {{ RUCIO_CFG_CONVEYOR_REQUEST_OIDC_AUDIENCE }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_WEBDAV_TRANSFER_MODE is defined %}webdav_transfer_mode = {{ RUCIO_CFG_CONVEYOR_WEBDAV_TRANSFER_MODE }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_USE_PREPARER is defined %}use_preparer = {{ RUCIO_CFG_CONVEYOR_USE_PREPARER }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_GLOBUS_AUTH_APP is defined %}globus_auth_app = {{ RUCIO_CFG_CONVEYOR_GLOBUS_AUTH_APP }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_TRANSFERTYPE is defined %}transfertype = {{ RUCIO_CFG_CONVEYOR_TRANSFERTYPE }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_FILTER_TRANSFERTOOL is defined %}filter_transfertool = {{ RUCIO_CFG_CONVEYOR_FILTER_TRANSFERTOOL }}{% endif %}

[messaging-fts3]
port = {{ RUCIO_CFG_MESSAGING_FTS3_PORT | default('61123') }}
Expand Down
3 changes: 3 additions & 0 deletions server/rucio.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ idpsecrets = {{ RUCIO_CFG_OIDC_IDPSECRETS | default('/opt/rucio/etc/idpsecrets.j

[api]
{% if RUCIO_CFG_API_ENDPOINTS is defined %}endpoints = {{ RUCIO_CFG_API_ENDPOINTS }}{% endif %}

[conveyor]
{% if RUCIO_CFG_CONVEYOR_USE_PREPARER is defined %}use_preparer = {{ RUCIO_CFG_CONVEYOR_USE_PREPARER }}{% endif %}

0 comments on commit 2f720da

Please sign in to comment.