about summary refs log tree commit diff
path: root/nixos/tests/kanidm.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-01kanidm: 1.1.0-rc.16 -> 1.2.0Adam Stephens1-11/+8
https://github.com/kanidm/kanidm/releases/tag/v1.2.0 Added updatescript, and removed Cargo.lock as no more git deps. New release process documented here: https://github.com/kanidm/kanidm/blob/a67d1f51607d92338dd17f62c2b29cabeed18953/book/src/support.md Re-ordered test and removed anonymous login as logout no longer works: [info]: Ignoring request to logout session - these sessions are not recorded
2024-01-18nixos/tests: fix kanidm under network-online dep fixJade Lovelace1-0/+1
2023-08-01kanidm: 1.1.0-alpha.12 -> 1.1.0-beta.13Martin Weinelt1-6/+3
https://github.com/kanidm/kanidm/releases/tag/v1.1.0-beta.13 The kanidmd process now creates a unix socket, over which admin tasks can be done, without having to shut kanidm down first. The kanidm_unixd process now wants access to /etc/shadow and /etc/group, so it can rule out collisions with the host system.
2023-06-11nixos/tests/kanidm: test posix user creation and loginMax1-1/+43
2023-06-01kanidm: 1.1.0-alpha.11 -> 1.1.0-alpha.12Bjørn Forsman1-7/+22
* Update Cargo.lock from upstream. * Adapt expression to upstream source tree layout changes. * Apply patch to restore x86_64 v1 support Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de> Also updates the NixOS test: * Stop kanidm to recover the idm_admin account * Group all tests into subtest blocks * Add TODO to wait for unix socket on unixd for the next release Co-Authored-By: Raito Bezarius <masterancpp@gmail.com> Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-04-20kanidm: BindMount certificate pathsFlakebi1-2/+2
Bind mount the base dirs of the tls key and chain into the service. Make sure to bind every directory just once. The test failed on ofborg when /nix/store and the certificate path in /nix/store/<some path> were bound.
2022-11-26nixos/kanidm: Add tls optionsFlakebi1-14/+5
Since 1.1.0-alpha.10 kanidm requires TLS to be set up or it won't start.
2022-09-12nixos/kanidm: Add unixd testTako Marks1-2/+10
Test makes sure unixd is able to run and is able to query the server.
2022-09-05nixos/tests/kanidm: Update recover_account commandlineMartin Weinelt1-1/+1
The username is now passed directly as an argument.
2022-05-05nixos/kanidm: initKerstin Humm1-0/+75
Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com> Co-Authored-By: Flakebi <flakebi@t-online.de>