Skip to content

Commit

Permalink
remove prints for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 14, 2024
1 parent 3d47dd0 commit a4ab69d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,9 @@ 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
username_key: preferred_username
enable_auth_state: true
allow_all: true
#exchange_tokens:
# - rucio
scope:
- openid
- profile
Expand Down Expand Up @@ -105,8 +102,8 @@ spec:
async def pre_spawn_start(self, user, spawner):
auth_state = await user.get_auth_state()
print("AUTH_state")
pprint.pprint(auth_state)
#print("AUTH_state")
#pprint.pprint(auth_state)
if not auth_state:
# user has no auth state
return False
Expand Down

0 comments on commit a4ab69d

Please sign in to comment.