Skip to content

Commit

Permalink
use ALLOW_ANY outbound policy by default in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimeisenbergibm committed Jan 15, 2019
1 parent 8b0093c commit 9045789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/pkg/model/context.go
Expand Up @@ -367,7 +367,7 @@ func DefaultMeshConfig() meshconfig.MeshConfig {
SdsUdsPath: "",
EnableSdsTokenMount: false,
TrustDomain: "",
OutboundTrafficPolicy: &meshconfig.MeshConfig_OutboundTrafficPolicy{Mode: meshconfig.MeshConfig_OutboundTrafficPolicy_REGISTRY_ONLY},
OutboundTrafficPolicy: &meshconfig.MeshConfig_OutboundTrafficPolicy{Mode: meshconfig.MeshConfig_OutboundTrafficPolicy_ALLOW_ANY},
}
}

Expand Down

0 comments on commit 9045789

Please sign in to comment.