Fixing credential lookup for fe proxy and vault (#2361)
This commit is contained in:
parent
ba91304636
commit
c874f16c02
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ vault_pki_mounts:
|
|||
organization: "system:node-proxier"
|
||||
- name: front-proxy-client
|
||||
group: k8s-cluster
|
||||
password: "{{ lookup('password', 'credentials/vault/kube-proxy length=15') }}"
|
||||
password: "{{ lookup('password', inventory_dir + '/credentials/vault/kube-proxy length=15') }}"
|
||||
policy_rules: default
|
||||
role_options:
|
||||
allow_any_name: true
|
||||
|
|
Loading…
Reference in a new issue