Skip to content

Commit

Permalink
self.exchange_token to rucio env var
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 12, 2024
1 parent a4ce8b2 commit 87a8b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
return False
# define token environment variable from auth_state
spawner.environment['RUCIO_ACCESS_TOKEN'] = auth_state['access_token'] #self.exchange_token(auth_state['access_token'])
spawner.environment['RUCIO_ACCESS_TOKEN'] = self.exchange_token(auth_state['access_token'])
spawner.environment['EOS_ACCESS_TOKEN'] = auth_state['access_token']
spawner.environment.update({'RUCIO_ACCESS_TOKEN': self.exchange_token(auth_state['access_token'])})
Expand Down

0 comments on commit 87a8b27

Please sign in to comment.