I need to use SAML to authenticate users to JupyterHub however I don't know how to modify the jupyterhub/k8s-hub docker image to do so.
I know that I need to open the docker image, modify the config then create a new image. Then host this image in a container registry like ECR, pass the URI to the helm chart and upgrade my deployment. However, when I open the jupyterhub/k8s-hub image it immediately shuts down because it can't find the proxy and the rest of the deployment so I can't modify it in any way. Does anyone have experience with JupyterHub in EKS that could help? Many thanks!