Skip to content
Snippets Groups Projects
Commit c874f16c authored by Brad Beam's avatar Brad Beam Committed by Matthew Mosesohn
Browse files

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

parent ba913046
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment