fess icon indicating copy to clipboard operation
fess copied to clipboard

Connecting to EsDataStore with credentials

Open tal235 opened this issue 7 years ago • 2 comments

Hello, How is it possible if I need to crawl data from elasticsearch index that is user&password protected ? I tried to change the host to user:password@hostname but from looking inside the code it looks like it was not implemented here.

Thanks.

tal235 avatar Feb 26 '18 09:02 tal235

Hi, I see you've marked this ticket as "contributions welcome". This would be easy to implement if you've used the standard java client for ES. Any reason why you've used your implementation of curl?

eltonkent avatar Jun 22 '19 04:06 eltonkent

Fess has lots of dependencies. To avoid a dependency conflict, a simple library is better.

marevol avatar Jun 23 '19 07:06 marevol