machines/nix/systems/aarch64-linux/security.kaareskovgaard.net/post/openbao/approle.nix
Kaare Hoff Skovgaard 8cd2737aca
Some checks failed
/ rust-packages (push) Successful in 2m45s
/ systems (push) Failing after 1m40s
/ terraform-providers (push) Successful in 4m2s
/ dev-shell (push) Successful in 54s
/ check (push) Failing after 1m31s
Begin moving openbao and authentik server to new setup
2025-07-14 23:34:02 +02:00

10 lines
253 B
Nix

{
khscodes.infrastructure.vault-server-approle.path = "\${ vault_auth_backend.approle.path }";
khscodes.infrastructure.provisioning.post.modules = [
{
resource.vault_auth_backend.approle = {
type = "approle";
};
}
];
}