You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@masterkain, thanks for raising this. Indeed the auth headers was broken and also the docs were misleading.
#101, should fix that by adding a helper function to parse and validate the value. Values should now also be case-insensitive and we should support X_CHROMA_TOKEN as well as X-Chroma-Token values for the headerType
ChromaDB Version
0.4.x
Kubernetes Version
1.24.x
What happened?
if eq .Values.chromadb.auth.token.headerType "X_CHROMA_TOKEN"
are we sure this has to be this value? I think it should be
X-Chroma-Token
? same goes for AUTHENTICATIONEnvironment details
k3s
Logs, Kubectl output, Manifests, etc.
The text was updated successfully, but these errors were encountered: