From 59d536b48ab7da29deaa3f184046c321183483dc Mon Sep 17 00:00:00 2001 From: Trayan Azarov Date: Mon, 25 Nov 2024 15:19:48 +0200 Subject: [PATCH] fix: Fixed wrong auth header name --- docs/security/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/auth.md b/docs/security/auth.md index 65cbfdb..649a987 100644 --- a/docs/security/auth.md +++ b/docs/security/auth.md @@ -306,7 +306,7 @@ Running the server: settings=Settings( chroma_client_auth_provider="chromadb.auth.token_authn.TokenAuthClientProvider", chroma_client_auth_credentials="chr0ma-t0k3n", - chroma_client_auth_token_transport_header="Authorization" + chroma_auth_token_transport_header="Authorization" ) )