Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 13, 2024
1 parent 595c64f commit deecd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit deecd07

Please sign in to comment.