robertmx
robertmx
Did anybody get this to work with the docker image from linuxserver?
I think the docs should be amended with the following facts 1. A remote-user header does not work with the docker deployment because it can not be populated by a...
The issue can then be closed because it works as documented, just there are some hiccups with respect to allowed header names. In my case I went with REMOTE_USER, which...
Hello, yes i refer to the non-security / non-login mode. I have an identity aware proxy in front who takes care of authentication and authorization. I think the low-hanging fruit...
Checking the python code I figured that x-kanidm-session-id is the header that needs to be fed back in the response. That should probably mentioned somewhere in the docs (along with...
> Also, if you're using ansible, you could have a custom task import pykanidm and get a token with maybe... one, or two calls? Don't tell me you're manually reimplementing...