Skip to content

Commit

Permalink
add oidc_scope on the default rucio.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 6, 2024
1 parent 613eeb9 commit 72fbf16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
- openid
- profile
- email
- offline_access

extraConfig:

Expand Down Expand Up @@ -141,6 +142,7 @@ spec:
echo "oidc_audience = rucio" >> /opt/rucio/etc/rucio.cfg;
echo "oidc_polling = true" >> /opt/rucio/etc/rucio.cfg;
echo "oidc_issuer = escape" >> /opt/rucio/etc/rucio.cfg;
echo "oidc_scope = openid profile offline_access" >> /opt/rucio/etc/rucio.cfg;
echo "auth_token_file_path = /tmp/rucio_oauth.token" >> /opt/rucio/etc/rucio.cfg;
networkPolicy:
enabled: false
Expand Down

0 comments on commit 72fbf16

Please sign in to comment.