Results 262 comments of Dawa Ometto

@minrk -- is there a schedule for a new release to PyPi?

Not seeing these test failures locally -- advice very welcome!

@minrk rebased this on main so I could fix the tests, incorporated your feedback in [38a2551](https://github.com/jupyterhub/configurable-http-proxy/pull/618/commits/38a2551ae4651f8cf943a979b979c6e0591a9b24)

Sadly this doesn't quite work yet. The first two commits in this PR solve two separate issues (the workflow not being triggered, and the build failing). The third commit attempts...

Thanks for the report! So you're thinking gollum should implement a `robots.txt` for certain routes? I can certainly see the usecase, although I can also imagine this being implemented on...

In this case the underlying directory is also accessible, see the permissions: ``` ls -l /tmp | grep tmpmkugxl8q drwxrwxrwt. 4 testuser testuser 160 Nov 19 13:24 tmpmkugxl8q ```

Looks like `rserver` is changing the permissions: ``` $ mkdir /tmp/permission_test $ chmod 700 /tmp/permission_test/ $ /usr/lib/rstudio-server/bin/rserver --server-data-dir /tmp/permission_test/ TTY detected. Printing informational message about logging configuration. Logging configuration loaded...

**Edit: this assumes a subfolder is _not_ readable if the parent folder isn't** And looks like a workaround would be to create the directory inside of a second temporary directory:...

I'm a bit puzzled as to why `rserver` changes the permissions on server-data-dir. There may be a configuration option somewhere to tweak this behavior, but on the other hand this...

Thanks for the suggestions @ryanlovett! I'm happy to add some documentation, or to wrap `setup_rserver`, whichever you or other maintainers prefer.