Solr with basic auth seems that does not work
Open
solr
- Dominant language
- Elm
- Stars
- 2.3k
- Forks
- 184
- Avg merge
- 8h 2m
- Merged PRs (30d)
- 4
Description
Setting in config the solr URL like: `http://user:pass@solr:8983/solr/docspell` results in 401 Unauthorized when joex tries to commit data. Even doing `/query` results in 401 Unauthorized.
Copying the exact same URL and doing `curl http://user:pass@solr:8983/solr/docspell/query` works fine.
Which hints that it might be docspell does not support that?
Let me know if you have any ideas what to try next.
---
Using bitnami's solr.
Deployment is on k3s single node cluster
Contributor guide
Assessment
This issue has not been assessed yet.