Fixing credential lookup for fe proxy and vault (#2361)

This commit is contained in:
Brad Beam 2018-02-22 06:09:26 -06:00 committed by Matthew Mosesohn
parent ba91304636
commit c874f16c02

View file

@ -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