From 642b9c5e810c8d1c9f358307313e4bed03d0bb2e Mon Sep 17 00:00:00 2001 From: Thomas Beermann Date: Thu, 23 Apr 2020 13:34:17 +0200 Subject: [PATCH] add oidc tokens parameter to config file --- daemons/rucio.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/daemons/rucio.cfg.j2 b/daemons/rucio.cfg.j2 index 9fa51c8..e1e13d8 100644 --- a/daemons/rucio.cfg.j2 +++ b/daemons/rucio.cfg.j2 @@ -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') }}