kanidm: fix secret file permissions for provisioning
Some checks failed
Run nix flake check / flake-check (push) Failing after 1s

Set owner/group to kanidm so the post-start provisioning
script can read the idm_admin password.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 00:24:41 +01:00
parent d99c82c74c
commit 538c2ad097

View File

@@ -49,6 +49,8 @@
secretPath = "kanidm/idm-admin-password"; secretPath = "kanidm/idm-admin-password";
extractKey = "password"; extractKey = "password";
services = [ "kanidm" ]; services = [ "kanidm" ];
owner = "kanidm";
group = "kanidm";
}; };
# Monitoring scrape target # Monitoring scrape target