Hi All, We’ve had keycloak running in front of jupyterhub on kubernetes for some time now. After recently updating versions, we are now hitting the page not found screen. I have not changed a thing in the realm settings and have regenerated the client secret numerouse times now. Jupyterhub has not changed versions, so we are a bit confused on how to fix. We have taken the following realm steps:
- created realm
- created jhub client in the realm
- set client to confidential access and generated a client secret and client name
- provided the client secret and name into the already working jhub config
- verified within kubernetes the correct client secret and name
- verified all realm urls by testing the appropriate endpoints.
Any suggestions would be greatly appreciated