James Hodgkinson

Results 451 comments of James Hodgkinson

That comes from https://github.com/kanidm/kanidm/blob/9d5296a34b1d9b2169537f2fa9fa1a855d589520/kanidm_client/src/lib.rs#L275 - will need to work on the logging for it.

And the `unimplemented!()` directly after it. :)

@victorcwai can you check the current version to see how it looks? #446 made some improvements.

It's currently being printed as an error - `eprintln` - but it probably should cause kanidm-unixd to quit if it can't get a url from the config. I've been wondering...

You're right, I'll update that it needs to be added to the client config - you *should* be able to pass it as an environment variable, given the changes in...

Updated OP to mention how git-version works (it only works if you're actually in the repository) and added a list of things to update.

For people looking for this in the future, there's a simple health check at `/status` added in #221

If you're monitoring the metrics of an IdP, then ingesting prometheus metrics (which is the base implementation of OpenMetrics) should be trivial - it *can* be a curl request and...

This seems like an odd order of operations - adding a `zypper dup` which does a full distribution upgrade, which pulls and installs loads of packages, before we're installing the...

Alas, that'd take turning off the CSP hashes middleware, which makes tests fail... and they're kinda important. This isn't high-priority, just a dev-nice-to-have when doing lots of UI messing around.