use external secrets for password generation
Some checks failed
Build and Publish / build-release (push) Failing after 6s

This commit is contained in:
2026-04-14 15:23:02 -05:00
parent 5e4f1f33c8
commit 27801d9f2d
3 changed files with 65 additions and 19 deletions

View File

@@ -32,7 +32,7 @@
};
dockerImage = pkgs.dockerTools.buildLayeredImage {
name = "policy_service";
contents = [ package pkgs.busybox pkgs.shadow ];
contents = [ package pkgs.busybox pkgs.shadow beamPackages.mix ];
config = {
Cmd = [ "${package}/bin/policy_service" "start" ];
Entrypoint = [ "/bin/sh" ];