Merge pull request #3333 from Shopify/dont-trust-by-default

breaking change: by default do not trust any client
This commit is contained in:
k8s-ci-robot 2018-11-27 05:12:48 -08:00 committed by GitHub
commit 710ea8c76f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -45,6 +45,7 @@ var _ = framework.IngressNginxDescribe("Geoip2", func() {
AU 0;
}`
f.UpdateNginxConfigMapData("http-snippet", httpSnippetAllowingOnlyAustralia)
f.UpdateNginxConfigMapData("use-forwarded-headers", "true")
f.WaitForNginxConfiguration(
func(cfg string) bool {