Open rgbkrk opened 7 years ago
@rgbkrk
I'm interested in experimenting with this. I have a running jupyterhub that leverage kubespawner for spawning a compute environment for a given user. Is it possible for this rx-jupyter to hook into that notebook server? Obviously that server is hooked back into the hub using a JPY_API_TOKEN
... but does rx-jupyter need to authenticate with the hub too, in order to interact with that server?
If you can offer any suggestions on set-up, that would be great.
FWIW, if the server uses token auth, allow-origin is not needed, as origin is only checked for no-auth or cookie auth, but tokens can make requests from anywhere.
Thanks @minrk . Have you had any success in hooking this up to a running notebook server spawned from jupyterhub?
I haven't, yet
We need to provide some simple guidance for running a Jupyter Notebook server, with cross origin setup, for folks to prototype with
rx-jupyter
.^^ That's a start, misses the token auth we now have to deal with.