From deecd07559713a4921824facbf2900e439d4261f Mon Sep 17 00:00:00 2001 From: garciagenrique Date: Wed, 13 Nov 2024 09:53:30 +0100 Subject: [PATCH] debug --- infrastructure/cluster/flux/jhub/jhub-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/cluster/flux/jhub/jhub-release.yaml b/infrastructure/cluster/flux/jhub/jhub-release.yaml index 27373e7..0e89ff5 100644 --- a/infrastructure/cluster/flux/jhub/jhub-release.yaml +++ b/infrastructure/cluster/flux/jhub/jhub-release.yaml @@ -60,7 +60,7 @@ spec: authorize_url: https://iam-escape.cloud.cnaf.infn.it/authorize token_url: https://iam-escape.cloud.cnaf.infn.it/token userdata_url: https://iam-escape.cloud.cnaf.infn.it/userinfo - oauth_callback_url: https://jhub-vre.cern.ch/hub/oauth_callback + #oauth_callback_url: https://jhub-vre.cern.ch/hub/oauth_callback username_key: preferred_username enable_auth_state: true allow_all: true @@ -110,7 +110,7 @@ spec: return False # define token environment variable from auth_state - spawner.environment['RUCIO_ACCESS_TOKEN'] = self.exchange_token(auth_state['access_token']) + spawner.environment['RUCIO_ACCESS_TOKEN'] = auth_state['access_token'] # self.exchange_token(auth_state['access_token']) spawner.environment['EOS_ACCESS_TOKEN'] = auth_state['access_token'] # set the above authenticator as the default