Generate ssh keys for flux bootstrap.

This commit is contained in:
Tom Alexander
2025-12-21 00:01:57 -05:00
parent ae8c3f44e0
commit 4934eb2802
3 changed files with 40 additions and 1 deletions

View File

@@ -96,6 +96,11 @@ makeScope newScope (
"service-accounts"
] (key_name: (callPackage ./package/tls-key/package.nix (additional_vars // { inherit key_name; })))
);
ssh-keys = (
lib.genAttrs [
"flux_ssh_key"
] (key_name: (callPackage ./package/ssh-key/package.nix (additional_vars // { inherit key_name; })))
);
client-configs = (
builtins.mapAttrs
(