From 127e6d38c1f13c9c29ac700812cd7b7a65c3797d Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 5 Jan 2026 10:35:39 -0600 Subject: [PATCH] Use path instead of jwt_file for Vault agent JWT auth --- flakes/secrets-bao/nixos-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flakes/secrets-bao/nixos-module.nix b/flakes/secrets-bao/nixos-module.nix index 3b7d6c31..81e46e8a 100644 --- a/flakes/secrets-bao/nixos-module.nix +++ b/flakes/secrets-bao/nixos-module.nix @@ -93,8 +93,8 @@ let method "jwt" { mount_path = "${cfg.jwtAuthMountPath}" config = { - role = "${cfg.openBaoRole}" - jwt_file = "${cfg.zitadelJwtPath}" + role = "${cfg.openBaoRole}" + path = "${cfg.zitadelJwtPath}" } }