Use path instead of jwt_file for Vault agent JWT auth
This commit is contained in:
parent
dc9cd111f7
commit
127e6d38c1
1 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ let
|
|||
mount_path = "${cfg.jwtAuthMountPath}"
|
||||
config = {
|
||||
role = "${cfg.openBaoRole}"
|
||||
jwt_file = "${cfg.zitadelJwtPath}"
|
||||
path = "${cfg.zitadelJwtPath}"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue