From dc54fb10176db022c1696e235c377583b5ff3a86 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 24 Sep 2026 10:46:41 -0400 Subject: [PATCH] Rename badger to noauth to prevent overlap --- self-host/clustering/deploy-a-cluster.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/self-host/clustering/deploy-a-cluster.mdx b/self-host/clustering/deploy-a-cluster.mdx index 9bfbc51..6b2210f 100644 --- a/self-host/clustering/deploy-a-cluster.mdx +++ b/self-host/clustering/deploy-a-cluster.mdx @@ -424,7 +424,7 @@ ping: ```yaml title="config/dynamic/dynamic_config.yml" http: middlewares: - badger: + badger-noauth: plugin: badger: disableForwardAuth: true @@ -437,7 +437,7 @@ http: entryPoints: - dashboard middlewares: - - badger + - badger-noauth # API router (handles /api/v1 paths) api-router: @@ -446,7 +446,7 @@ http: entryPoints: - dashboard middlewares: - - badger + - badger-noauth # WebSocket router ws-router: @@ -455,7 +455,7 @@ http: entryPoints: - dashboard middlewares: - - badger + - badger-noauth services: next-service: