Dave Hirschfeld
Dave Hirschfeld
I'm also using `thomseddon/traefik-forward-auth` and, unfortunately, it seems ~unmaintained. To work around that issue I add our CA to a custom built image. I also have to build from https://github.com/thomseddon/traefik-forward-auth/pull/49#issuecomment-784741410...
> *using lets-encrypt for generating the certs would be the recommended way* Our infra is in a pretty locked down private network so using Lets Encrypt was a non-starter for...
> We will make sure to update this issue on what we find. Thanks! I'm doing some similar stuff to `qhub` so am very interested in how you're going about...
I'll put in a plug for an async `as_completed` function: https://github.com/groove-x/trio-util/issues/7 IIUC what `run_all` does but as an async iterator. I don't want to have to wait until all the...
As I no longer use `ldapauthenticator` at work I'm no longer active on that repo. Unfortunately, with two young kiddos, I don't have any time to work on things not...
I imagine @kevin-bates would be interested in this too.
I was surprised when passing `detail=True` didn't do anything.
Tested locally and it appears to work. Not sure what the test failures are about.
Thanks for the link @belm0 - an interesting discussion! I don't think having to pass in a nursery is too onerous. Perhaps an api like below could be made to...
I thought I'd naively try to use `trio_async_generator` to implement this but failed at the first hurdle. Haven't had time to look into it but thought I'd post in case...