-
Start Enterprise Gateway(EG) 0.7 Dev version on the master-node of your stack/cluster and NB2KG Server locally(or cluster). Note that in this case, `EG_REMOTE_USER` is set to `elyra`.
Execute the f…
-
- Use enterprise_gateway prefix instead of jeg
- Identify if we could add kernel_id or something that help correlate the log to running sessions/kernels
-
We currently send the connection info derived by the launcher back to enterprise gateway in clear text. This information should be encrypted.
-
We have been discussing throughout differents PRs that we should graduate NB2KG, and below are some of the suggested options:
- Graduate NB2KG as a sub-project under Jupyter Enterprise Gateway
- I…
-
-
EG supports the notion of `keepalive` by means of the configuration parameter `--MappingKernelManager.cull_idle_timeout`. EG recommends setting the configuration parameter to 12hours in a production e…
-
For most settings, its okay to default a missing `KERNEL_USERNAME` value to the current user (which will typically be the service user running Enterprise Gateway). However, in some environments, the …
-
A very simple use case. Scale notebook server horizontally, i.e. on multiple hosts. Use a simple round-robin load-balancing method. Ideally plug this load balancer into `kernel-gateway` itself, or if …