chaoss / grimoirelab-elk

GNU General Public License v3.0
60 stars 121 forks source link

[studies] Access to Elasticsearch via SSL not verifying certs #369

Closed jgbarah closed 5 years ago

jgbarah commented 6 years ago

For all datasources, when access to Elasticsearch (either for enriched or raw indexes) is done via SSL, we have an option to avoid checking certificates. That's useful when we're accessing an Elasticsearch instance with, for example, a self-signed certificate.

But for studies, it seems we don't have something similar. That means we cannot run studies when Elasticsearch is accessed like that.

So, I think we should have that option when studies are reading or writing to such indexes...

valeriocos commented 6 years ago

@jgbarah , is it possible that this issue has been already solved/addressed? I remember that @alpgarcia did some work on it:

kafka_kip doesn't seem to need it (https://github.com/chaoss/grimoirelab-elk/blob/master/grimoire_elk/enriched/mbox_study_kip.py)

alpgarcia commented 6 years ago

This seems to be a duplicate of #363 and it should be solved by #392

valeriocos commented 5 years ago

Fixed with https://github.com/chaoss/grimoirelab-elk/pull/392