-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS Certs #68
Comments
Hi @ColeDCrawford - unfortunately not at the moment. We're very open to contributions though? |
Sure, I can try a PR. Where should the additional settings live in |
@ColeDCrawford I think this is solved in your PR - if the connection settings is a dict it can contain anything that the client initialiser needs? I should have done this in the first place - thanks for highlighting it. |
Is there a way to configure
elasticsearch-django
to use local TLS certs? For local dev, I am running Elasticsearch and Kibana using the ES recommendeddocker-compose
setup: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html.django-elasticsearch-dsl
had a couple of options where you could reference local certs (see: https://stackoverflow.com/questions/71281717/connecting-elasticsearch-to-django-using-django-elasticsearch-dsl-results-in-c).The text was updated successfully, but these errors were encountered: