Use path instead of jwt_file for Vault agent JWT auth

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-05 10:35:39 -06:00
parent dc9cd111f7
commit 127e6d38c1

View file

@ -94,7 +94,7 @@ let
mount_path = "${cfg.jwtAuthMountPath}"
config = {
role = "${cfg.openBaoRole}"
jwt_file = "${cfg.zitadelJwtPath}"
path = "${cfg.zitadelJwtPath}"
}
}