mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-24 05:31:54 +02:00
quote ES_PASS due to new characters in random string for elasticsearch:auth pw generation
This commit is contained in:
@@ -19,8 +19,8 @@ client:
|
||||
- {{elasticsearch}}
|
||||
port: 9200
|
||||
{%- if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
|
||||
username: {{ ES_USER }}
|
||||
password: {{ ES_PASS }}
|
||||
username: "{{ ES_USER }}"
|
||||
password: "{{ ES_PASS }}"
|
||||
{%- endif %}
|
||||
url_prefix:
|
||||
use_ssl: True
|
||||
|
||||
Reference in New Issue
Block a user