We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2499636 commit 7647ec3Copy full SHA for 7647ec3
1 file changed
.github/workflows/test.yml
@@ -16,17 +16,18 @@ jobs:
16
17
services:
18
chroma-wo-auth:
19
- image: chromadb/chroma:0.5.0
+ image: chromadb/chroma:1.0.8
20
ports:
21
- 8000:8000
22
23
chroma-w-auth:
24
25
26
- 8001:8000
27
env:
28
CHROMA_SERVER_AUTHN_CREDENTIALS: 'test-token'
29
CHROMA_SERVER_AUTHN_PROVIDER: 'chromadb.auth.token_authn.TokenAuthenticationServerProvider'
30
+ CHROMA_AUTH_TOKEN_TRANSPORT_HEADER: 'Authorization'
31
32
steps:
33
- name: Checkout
0 commit comments