Enable tls for 9200 on search capable nodes

This commit is contained in:
Mike Reeves
2020-10-11 10:53:54 -04:00
parent 3cfee82b59
commit f6f9097cd9

View File

@@ -9,4 +9,8 @@ protocols:
ciphers:
- TLS_RSA_WITH_AES_128_CBC_SHA256
transport.encrypted: true
{%- if grains['role'] in ['so-node','so-heavynode'] %}
http.encrypted: true
{%- else %}
http.encrypted: false
{%- endif %}