File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -344,13 +344,10 @@ func New(cfg Config) (*Cortex, error) {
344
344
tenant .WithDefaultResolver (tenant .NewMultiResolver ())
345
345
}
346
346
347
- // Don't check auth header on TransferChunks, as we weren't originally
348
- // sending it and this could cause transfers to fail on update.
349
347
cfg .API .HTTPAuthMiddleware = fakeauth .SetupAuthMiddleware (& cfg .Server , cfg .AuthEnabled ,
350
348
// Also don't check auth for these gRPC methods, since single call is used for multiple users (or no user like health check).
351
349
[]string {
352
350
"/grpc.health.v1.Health/Check" ,
353
- "/cortex.Ingester/TransferChunks" ,
354
351
"/frontend.Frontend/Process" ,
355
352
"/frontend.Frontend/NotifyClientShutdown" ,
356
353
"/schedulerpb.SchedulerForFrontend/FrontendLoop" ,
You can’t perform that action at this time.
0 commit comments