Geoff
Geoff
So looking through the source it seems to be set to: ```python def init_app(self, app, session): """ Will initialize the Flask app, supporting the app factory pattern. :param app: :param...
Opened PR https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2653 to address the issue
yeah so basically I am looking to enable full path TLS encryption - this would focus encrypting the traffic between the load balancer and service. The idea of using `proxy.service.disableHttpPort`...
Perhaps it is my lack of understanding. My proxy config is: ```yaml proxy: https: enabled: true type: secret secret: name: jupyterhub-tls hosts: - jupyterhub.example.com proxy: service: type: ClusterIP ``` In...
Good Morning @consideRatio Apologies for the delayed reply, has been a bit crazy these last few weeks and I wanted to make sure I replied properly! Sorry - my code...
Apologies @apparentlymart - only just saw you responded when issue #30546 closed! Apologies...! Thank you for taking the time to reply! I think the approach you suggested will not work...
I am having a very similar issue... I manually setup the configuration initially which I got working (as described above with the groups mapper) - however since I tried to...
Hi @jurgen-weber-deltatre - thanks for getting back to me! - Cluster OIDC - Weirdly this was the only change between the manual Config and the automated one. I have removed...
hold on - think the issue might lie somewhere else. I think the keycloak gateway has been playing up on that particular route and noticed a bunch of 502 errors...
so yes... apologies... bit of a 'perfect storm' with what happened.... In essence the keycloak server we were running had a public and private route. I made some modifications to...