Hello,
I’m currently researching how I would go about setting up a Jupyterhub (probably going for a LittlestJupyterHub VM) for my organization and a hard requirement we have is that data stored on the server is encrypted. In particular this would apply to user specific data such as auth information as well as user modified notebooks/assets.
Does Jupyterhub support this natively somehow, or would I have to extend the server with some sort of third party solution for data encryption? I wasn’t able to find any info on this on readthedocs.
If anyone else has already solved this for their deployment of jupyterhub, I’d be interested to hear how you implemented encryption there.
Thanks in Advance.