Revision 826d75a1fcd6dcbdac53071fac3b57b73f2f99d1 authored by Ian Vernon on 19 April 2019, 00:16:28 UTC, committed by Ian Vernon on 19 April 2019, 00:18:12 UTC
Signed-off by: Ian Vernon <ian@cilium.io>
1 parent 9c4b907
Raw File
cilium-pilot.awk
{ print }

# Add the "cilium" filter into the list of Pilot plugins to configure
# the Cilium filter into every sidecar proxy.
/\- "discovery"/ {
	indent = $0 ; gsub(/[^ ].*/, "", indent)
	print indent "- --plugins=authn,authz,health,mixer,envoyfilter,cilium"
}
back to top