Maximilien Cuony
Maximilien Cuony
Hello, We're having the exact same issue. We fixed with via this patch, but I'm not sure it's the correct way to do it. ```patch --- /tmp/entryhelpers.py 2021-11-24 10:07:06.132309580 +0100...
We got the issue by trying to auth agaist a local etcd. We fixed it by using our own Etcd3Client, with that in the `__init__` function: ```python def __init__(self, host='localhost',...
Also check #275 :)
Hello, Any feedback for this PR? It would be great to have this feature :) Thanks,
I seem I missed the comments two years ago, sorry about that. I will update the PR with comment as soon as possible, probably next week :)
Hello, I added backward compatiblity + some tests, however I'm not sure how to tests test - there is no Travis CI there ?
> @the-glu - just to let you know that I've now merged the updated test suite that will use GH Actions. Could you update your branch? > > A brief...
Ok it does seem to works, I fix tests asap
Ok I fixed tests, PR should be ok now :)
Hello, Great, I will add tests and documentation as soon as possible :) I tested with our internal SSO but it should works with any SSO. If you like I...