Browse Source

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

pull/2354/merge
Brad Beam 7 years ago
committed by Matthew Mosesohn
parent
commit
c874f16c02
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/vault/defaults/main.yml

2
roles/vault/defaults/main.yml

@ -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…
Cancel
Save