Firstyear
Firstyear
Yeah, cargo really isn't setup to output files for anything 3rd party like shell completions. Which is a bit annoying since cargo is very baked-into rust.
@yaleman I still want to self-review this in the morning :)
> its a cookie on the root domain (e.g example.com) rather than on the specific subdomain being accessed (e.g service.example.com). Which also allow a single cookie to authenticate any of...
With this "forwarded" request, won't that mean Kanidm has to catch-all routes and then answer them for the request? Won't it also mean that there are application data being sent...
That's actually a really nice solution I think here. Would you mind if we reference that in our documentation?
@alexvonme Is this something you'd like to look at adding to our documentation?
I can't reproduce: ``` # KANIDM_INSTANCE=localhost kanidm person create testperson TestPerson Successfully created display_name="TestPerson" username=testperson # KANIDM_INSTANCE=localhost kanidm person get testperson --- class: account class: memberof class: object class: person...
Even if you could, every operation is 100% transactional, so a db corruption would mean sqlite corruption which I doubt. Anyway, please show the output of `kanidm person get name`...
As discussed, please try image `kanidm/server:gh2756`. All the needed logging is enabled at the `info` level. Collect the logs by: * Stopping the server * Copy your kanidmd volume as...
Are you also using any other third party tools from nix or other users in your setup?