Skip to content
Snippets Groups Projects
Unverified Commit 27ead5d4 authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #2003 from abelgana/master

Change altnames to alt_names
parents 591ae700 fe329060
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ vault_ca_options: ...@@ -84,7 +84,7 @@ vault_ca_options:
format: pem format: pem
ttl: "{{ vault_max_lease_ttl }}" ttl: "{{ vault_max_lease_ttl }}"
exclude_cn_from_sans: true exclude_cn_from_sans: true
altnames: alt_names:
- "vault.{{ system_namespace }}.svc.{{ dns_domain }}" - "vault.{{ system_namespace }}.svc.{{ dns_domain }}"
- "vault.{{ system_namespace }}.svc" - "vault.{{ system_namespace }}.svc"
- "vault.{{ system_namespace }}" - "vault.{{ system_namespace }}"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- include: ../shared/issue_cert.yml - include: ../shared/issue_cert.yml
vars: vars:
issue_cert_common_name: "{{ vault_pki_mounts.vault.roles[0].name }}" issue_cert_common_name: "{{ vault_pki_mounts.vault.roles[0].name }}"
issue_cert_alt_names: "{{ groups.vault + ['localhost'] + vault_ca_options.vault.altnames|default() }}" issue_cert_alt_names: "{{ groups.vault + ['localhost'] + vault_ca_options.vault.alt_names|default() }}"
issue_cert_hosts: "{{ groups.vault }}" issue_cert_hosts: "{{ groups.vault }}"
issue_cert_ip_sans: >- issue_cert_ip_sans: >-
[ [
......
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