mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Enable tls for 9200 on search capable nodes
This commit is contained in:
@@ -9,4 +9,8 @@ protocols:
|
|||||||
ciphers:
|
ciphers:
|
||||||
- TLS_RSA_WITH_AES_128_CBC_SHA256
|
- TLS_RSA_WITH_AES_128_CBC_SHA256
|
||||||
transport.encrypted: true
|
transport.encrypted: true
|
||||||
|
{%- if grains['role'] in ['so-node','so-heavynode'] %}
|
||||||
|
http.encrypted: true
|
||||||
|
{%- else %}
|
||||||
http.encrypted: false
|
http.encrypted: false
|
||||||
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user