Skip to content

Commit

Permalink
change exchange_token
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Oct 2, 2024
1 parent 62f5bdc commit cdb9e85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ spec:
'client_secret': self.client_secret,
'grant_type': 'urn:ietf:params:oauth:grant-type:token-exchange',
'subject_token': token,
'scope': 'openid profile wlgc.groups',
'audience': 'rucio'
'scope': 'openid profile',
'audience': 'rucio',
'wlgc_groups': 'escape'
}
response = requests.post(self.token_url, data=params)
rucio_token = response.json()['access_token']
Expand Down

0 comments on commit cdb9e85

Please sign in to comment.