feat(consulcatalog): add WhitelistSourceRange tags.
This commit is contained in:
parent
2fdefa258e
commit
c9b871a03a
2 changed files with 15 additions and 7 deletions
|
@ -48,6 +48,13 @@
|
|||
"{{.}}",
|
||||
{{end}}]
|
||||
|
||||
{{ $whitelistSourceRange := getWhitelistSourceRange $service.Attributes }}
|
||||
{{if $whitelistSourceRange }}
|
||||
whitelistSourceRange = [{{range $whitelistSourceRange}}
|
||||
"{{.}}",
|
||||
{{end}}]
|
||||
{{end}}
|
||||
|
||||
basicAuth = [{{range getBasicAuth $service.Attributes }}
|
||||
"{{.}}",
|
||||
{{end}}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue