Fixing credential lookup for fe proxy and vault (#2361)
parent
ba91304636
commit
c874f16c02
|
@ -166,7 +166,7 @@ vault_pki_mounts:
|
||||||
organization: "system:node-proxier"
|
organization: "system:node-proxier"
|
||||||
- name: front-proxy-client
|
- name: front-proxy-client
|
||||||
group: k8s-cluster
|
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
|
policy_rules: default
|
||||||
role_options:
|
role_options:
|
||||||
allow_any_name: true
|
allow_any_name: true
|
||||||
|
|
Loading…
Reference in New Issue