Database connection: proxy in front of solr #40727
Unanswered
xueyun0512
asked this question in
Q&A / Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
Hello,
I want to connect to Apache Solr. However, since I have configured Solr to use Kerberos, I can't connect to the Solr server directly (as solr-sqlalchemy does not support Kerberos authentication protocol).
Therefore, I have set an proxy in front of Solr. I'm using Knox Gateway.
When I tried the following URi
solr://username:password@my.knox.vip.com:443/europe-italy/team-tiramisu/solr/cheese_collection
Where:
443: port
europe-italy/team-tiramisu: knox gateway topology
cheese_collection: my Solr collection name
I got the error:
ERROR: Expecting value: line 1 column 1 (char 0)
Can you help me please?
In this case, what is the easiest solution?
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.11
Node version
I don't know
Browser
Chrome
Additional context
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions