Skip to content

Commit

Permalink
fix: Fixed wrong auth header name (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov authored Nov 25, 2024
1 parent 4324eb3 commit 13999e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)

Expand Down

0 comments on commit 13999e3

Please sign in to comment.