Created
January 8, 2021 04:18
-
-
Save joycse06/06fce41de9090850c63f1ee944a61bc5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.... | |
{{- with $d := key $consul_key | parseJSON -}} | |
{{- $pki_issuer := $d.primary_issuer -}} | |
.... | |
{{- with secret $pki_path $common_name_param $ttl_param -}} | |
.... | |
{{- range $secondary_path := $d.secondary_issuers -}} | |
.... | |
{{- with secret $path }} | |
.... | |
.... | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment