Skip to content

Commit 9b4db3b

Browse files
Frapschenliu-cong
andcommitted
Update cmd/epp/runner/runner.go
Co-authored-by: Cong Liu <[email protected]>
1 parent f0060ed commit 9b4db3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/epp/runner/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var (
7878
grpcPort = flag.Int("grpc-port", runserver.DefaultGrpcPort, "The gRPC port used for communicating with Envoy proxy")
7979
grpcHealthPort = flag.Int("grpc-health-port", runserver.DefaultGrpcHealthPort, "The port used for gRPC liveness and readiness probes")
8080
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")
8282
enablePprof = flag.Bool("enable-pprof", runserver.DefaultEnablePprof, "Enables pprof handlers. Defaults to true. Set to false to disable pprof handlers.")
8383
poolName = flag.String("pool-name", runserver.DefaultPoolName, "Name of the InferencePool this Endpoint Picker is associated with.")
8484
poolGroup = flag.String("pool-group", runserver.DefaultPoolGroup, "group of the InferencePool this Endpoint Picker is associated with.")

0 commit comments

Comments
 (0)