Skip to content

Commit

Permalink
Merge pull request #70 from tbeerman/add_oidc_tokens
Browse files Browse the repository at this point in the history
add oidc tokens parameter to config file
  • Loading branch information
tbeerman authored Apr 23, 2020
2 parents 5e88f7b + 642b9c5 commit cd8a445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemons/rucio.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ usercert = {{ RUCIO_CFG_CONVEYOR_USERCERT | default('/opt/rucio/tools/x509up') }
{% if RUCIO_CFG_CONVEYOR_FTSMONHOSTS is defined %}ftsmonhosts = {{ RUCIO_CFG_CONVEYOR_FTSMONHOSTS }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_USER_ACTIVITIES is defined %}user_activities = {{ RUCIO_CFG_CONVEYOR_USER_ACTIVITIES }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_USER_TRANSFERS is defined %}user_transfers = {{ RUCIO_CFG_CONVEYOR_USER_TRANSFERS }}{% endif %}
{% if RUCIO_CFG_CONVEYOR_ALLOW_USER_OIDC_TOKENS is defined %}allow_user_oidc_tokens = {{ RUCIO_CFG_CONVEYOR_ALLOW_USER_OIDC_TOKENS }}{% endif %}

[messaging-fts3]
port = {{ RUCIO_CFG_MESSAGING_FTS3_PORT | default('61123') }}
Expand Down

0 comments on commit cd8a445

Please sign in to comment.