Skip to content

Commit

Permalink
print kc status code
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed Sep 11, 2024
1 parent a71fe42 commit 5239822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/f7t4jhub/files/jupyterhub-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ async def refresh_user(self, user, handler=None):

response = requests.post(self.token_url, data=params, headers=headers)
if response.status_code != 200:
self.log.debug(f"[refresh_user] Request to KeyCloak: {response.status_code}")
self.log.debug(f"[refresh_user] Request to KeyCloak: {response.json()}")
return False

Expand Down

0 comments on commit 5239822

Please sign in to comment.