Hi Everybody, I currently have a multi-user Jupyter environment set up; I'm using Jupyterhub, Jupyter Notebook, Dockerspawner, and a custom authenticator.
I want to let users write their own aggregations in the jupyter environment and be able to access them from excel on demand. The approach that I'm trying to take is to use Jupyterhub/Kernel Gateway/Dockerspawner/custom authenticator, and mount to the same NFS as my existing environment. Then, users will be able to write their own APIs in the notebook environment and access them through an API via the Kernel Gateway environment. This approach works fine, except the kernel gateway is not protecting the routes that the user configures, which is obviously problematic. I've looked around, and the kernel gateway's auth_token configuration seems to prevent unauthorized users, but I don't know how to integrate this with jupyterhub. Does anybody know what I'm doing wrong? Thanks, Josh -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/2568387f-e9ff-4292-8da4-4d25f289c3ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
