Skip to content

Commit

Permalink
rm reflection service from allowed list
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga committed Jan 11, 2023
1 parent 7bd5160 commit 8751210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/envoyconfig/listeners.go
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ func (b *Builder) buildGRPCHTTPConnectionManagerFilter() (*envoy_config_listener
"envoy.service.auth.v3.Authorization",
"databroker.DataBrokerService",
"registry.Registry",
"grpc.reflection.v1alpha.ServerReflection",
"grpc.health.v1.Health",
}
routes := make([]*envoy_config_route_v3.Route, 0, len(allow))
Expand Down

0 comments on commit 8751210

Please sign in to comment.