squid/templates/acl.conf.tpl

6 lines
148 B
Smarty
Raw Permalink Normal View History

2023-10-16 00:31:11 +02:00
{{- range services }}
{{- if not (.Name | regexMatch ".*sidecar\\-proxy$") }}
acl auth_{{ .Name }} proxy_auth {{ .Name }}
{{- end }}
{{- end }}