Issue front proxy certs for vault

This commit is contained in:
woopstar
2018-02-07 11:03:07 +01:00
committed by Andreas Kruger
parent f193b12059
commit f9df692056
2 changed files with 34 additions and 0 deletions

View File

@@ -162,3 +162,11 @@ vault_pki_mounts:
allow_any_name: true
enforce_hostnames: false
organization: "system:node-proxier"
- name: front-proxy-client
group: k8s-cluster
password: "{{ lookup('password', 'credentials/vault/kube-proxy length=15') }}"
policy_rules: default
role_options:
allow_any_name: true
enforce_hostnames: false
organization: "system:front-proxy"