1
0
Fork 0

feat(consulcatalog): add passTLSCert tags.

This commit is contained in:
Fernandez Ludovic 2018-01-01 03:22:53 +01:00 committed by Traefiker
parent f0a733d6d6
commit 2fdefa258e
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@
backend = "backend-{{ $service.ServiceName }}"
priority = {{ getPriority $service.Attributes }}
passHostHeader = {{ getPassHostHeader $service.Attributes }}
passTLSCert = {{ getPassTLSCert $service.Attributes }}
entryPoints = [{{range getFrontEndEntryPoints $service.Attributes }}
"{{.}}",