Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication with token #152

Open
awn70 opened this issue Jul 2, 2024 · 1 comment
Open

Authentication with token #152

awn70 opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@awn70
Copy link

awn70 commented Jul 2, 2024

Hi,
is it possible to use cdp when the ChromaDB is configured to use authentication with x-chroma-token header?
I'm using the docker image with this configuration:
docker run
--detach
-p 8080:8000
--name chroma
-v /home/zzz/chroma-storage:/chroma/chroma
--restart=always
-e CHROMA_SERVER_AUTH_CREDENTIALS_PROVIDER="chromadb.auth.token.TokenConfigServerAuthCredentialsProvider"
-e CHROMA_SERVER_AUTH_PROVIDER="chromadb.auth.token.TokenAuthServerProvider"
-e CHROMA_SERVER_AUTH_TOKEN_TRANSPORT_HEADER="X_CHROMA_TOKEN"
-e CHROMA_SERVER_AUTH_CREDENTIALS="xxxxxx"
chromadb/chroma
Regards
Andreas

@tazarov tazarov self-assigned this Jul 2, 2024
@tazarov
Copy link
Contributor

tazarov commented Jul 2, 2024

@awn70, let me add auth support for import/export commands.

@tazarov tazarov added the enhancement New feature or request label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants