Connect DSS to an Elastic Search cluster trough HTTPS with basic user/pwd credentials
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
Hi,
I try to connect DSS with an Elastic Search cluster hosted directly on the Elastic.co cloud.
The security layer requires to connect it trough HTTPS and with a basic user/pwd credential
I tried several things but it seams that the DSS ES connector doesn't support HTTPS (and maybe neither basic auth).
Any idea or experience that could help me ?
I try to connect DSS with an Elastic Search cluster hosted directly on the Elastic.co cloud.
The security layer requires to connect it trough HTTPS and with a basic user/pwd credential
I tried several things but it seams that the DSS ES connector doesn't support HTTPS (and maybe neither basic auth).
Any idea or experience that could help me ?
Tagged:
Best Answer
-
The release 4.0.5 adds support for authentication on ElasticSearch:
https://doc.dataiku.com/dss/latest/release_notes/4.0.html#datasets
Answers
-
Unfortunately connecting to Elasticsearch through HTTPS and/or with basic auth is indeed not supported so far.
If you can, you could try either through an HTTP proxy (which supports authentication), or via an SSH tunnel?