Is it possible to have jupyterhub spawn user environments as the jupyterhub user?
manics
2
The SimpleLocalProcessSpawner is designed for testing, and spawns all servers as the hub user
Hopefully it’s obvious that this is insecure since it provides no segregation between users.