-
Notifications
You must be signed in to change notification settings - Fork 857
Feature Request: Encrypting Communications in Elasticsearch #409
Comments
I've done some work around this but there are a couple of scenarios. Should all the options be supported? 1) Ansible role generate the node certificates using the certutil command.
2) Have Ansible role place 3rd party certs and ca.
Requirements Notes |
+1 on this request. I believe Elasticsearch 6.x requires the nodes to be encrypted so this should be added for parameters. |
Seems there is already a request for this: #331. I think best to close this one? |
I'm interested in this feature. Is it plan to have it in a future version? |
Describe the feature:
X-Pack security enables you to encrypt traffic to, from, and within your Elasticsearch cluster. Connections are secured using Transport Layer Security (TLS/SSL). Clusters that do not have encryption enabled send all data in plain text including passwords and will not be able to install a license that enables X-Pack security. More info here: https://www.elastic.co/guide/en/elasticsearch/reference/6.1/configuring-tls.html#configuring-tls
Add feature to role to support this configuration.
The text was updated successfully, but these errors were encountered: