You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/epp/runner/runner.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ var (
78
78
grpcPort=flag.Int("grpc-port", runserver.DefaultGrpcPort, "The gRPC port used for communicating with Envoy proxy")
79
79
grpcHealthPort=flag.Int("grpc-health-port", runserver.DefaultGrpcHealthPort, "The port used for gRPC liveness and readiness probes")
80
80
metricsPort=flag.Int("metrics-port", runserver.DefaultMetricsPort, "The metrics port")
81
-
metricsAuth=flag.Bool("metrics-auth", true, "Enables secure of EPP metrics endpoint")
81
+
metricsEndpointAuth=flag.Bool("metrics-endpoint-auth", true, "Enables authentication and authorization of the metrics endpoint")
82
82
enablePprof=flag.Bool("enable-pprof", runserver.DefaultEnablePprof, "Enables pprof handlers. Defaults to true. Set to false to disable pprof handlers.")
83
83
poolName=flag.String("pool-name", runserver.DefaultPoolName, "Name of the InferencePool this Endpoint Picker is associated with.")
84
84
poolGroup=flag.String("pool-group", runserver.DefaultPoolGroup, "group of the InferencePool this Endpoint Picker is associated with.")
0 commit comments