Skip to content

Commit

Permalink
update payload exchange token and scope in cern-vre-jhub scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 12, 2024
1 parent 54b6921 commit fe31213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ spec:
'client_id': self.client_id,
'client_secret': self.client_secret,
'grant_type': 'urn:ietf:params:oauth:grant-type:token-exchange',
'subject_token_type': 'urn:ietf:params:oauth:token-type:access_token',
'subject_token': token,
'scope': 'openid profile offline_access',
'audience': 'rucio'
Expand Down

0 comments on commit fe31213

Please sign in to comment.