Min RK

Results 1478 comments of Min RK

> can we fingerprint the mining executables and use a blocklist of md5s(?) In theory, yes. We'd need to implement locating the executables to hash them (not sure how tricky...

It also doesn't have to be in go/rust because we could use a multi-container pod where the auth proxy is in a different container, right? Is there a reason the...

Given that we're talking about simple token auth, an nginx proxy seems like it would be a pretty good fit as a side-car, and not too complicated since it's not...

> When you say "costly" do you mean in terms of infrastructure costs? I mean performance-wise (making things slower, not costing more money). This approach moves larger amounts of information...

Ah, on re-reading more carefully, I realize that a local registry can have top-level images (i.e. `localhost:3200/image:tag`), and our code otherwise assumes that all images have the form `repo/image:tag` so...

Definitely worth keeping in mind! I think both of those issues are a bit orthogonal to this change, though. Awesome bar, for example, would be a step 0 request, redirecting...

In investigating the issues related to https://github.com/jupyterhub/jupyterhub/pull/3636#issuecomment-934174628 , I think we should ship a lab extension for mybinder.org like the [hub-extension](https://github.com/jupyterlab/jupyterlab/blob/e671140/packages/hub-extension/src/index.ts) that registers a custom `onConnectionLost` handler to give a...

Does the error go away if you clear your image caches? I ran into this, and setting platform=linux/amd64 worked (as is done in your extra_build_args), but only after removing the...

Hi! I’m going through and cleaning up old/stale issues on this repo. Sorry for not responding in a reasonable amount of time! I believe the issue here is a failure...