Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
27ead5d4
Unverified
Commit
27ead5d4
authored
7 years ago
by
Brad Beam
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/vault/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/vault/defaults/main.yml
roles/vault/tasks/bootstrap/gen_vault_certs.yml
+1
-1
1 addition, 1 deletion
roles/vault/tasks/bootstrap/gen_vault_certs.yml
with
2 additions
and
2 deletions
roles/vault/defaults/main.yml
+
1
−
1
View file @
27ead5d4
...
...
@@ -84,7 +84,7 @@ vault_ca_options:
format
:
pem
ttl
:
"
{{
vault_max_lease_ttl
}}"
exclude_cn_from_sans
:
true
altnames
:
alt
_
names
:
-
"
vault.{{
system_namespace
}}.svc.{{
dns_domain
}}"
-
"
vault.{{
system_namespace
}}.svc"
-
"
vault.{{
system_namespace
}}"
...
...
This diff is collapsed.
Click to expand it.
roles/vault/tasks/bootstrap/gen_vault_certs.yml
+
1
−
1
View file @
27ead5d4
...
...
@@ -2,7 +2,7 @@
-
include
:
../shared/issue_cert.yml
vars
:
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_ip_sans
:
>-
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment