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
|
|
@ -93,8 +93,8 @@ let
|
||||||
method "jwt" {
|
method "jwt" {
|
||||||
mount_path = "${cfg.jwtAuthMountPath}"
|
mount_path = "${cfg.jwtAuthMountPath}"
|
||||||
config = {
|
config = {
|
||||||
role = "${cfg.openBaoRole}"
|
role = "${cfg.openBaoRole}"
|
||||||
jwt_file = "${cfg.zitadelJwtPath}"
|
path = "${cfg.zitadelJwtPath}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue