Merge pull request #3333 from Shopify/dont-trust-by-default
breaking change: by default do not trust any client
This commit is contained in:
commit
710ea8c76f
3 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue