mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Switch to new auth params
This commit is contained in:
@@ -19,7 +19,8 @@ client:
|
|||||||
- {{elasticsearch}}
|
- {{elasticsearch}}
|
||||||
port: 9200
|
port: 9200
|
||||||
{%- if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
|
{%- if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
|
||||||
http_auth: {{ ES_USER }}:{{ ES_PASS }}
|
username: {{ ES_USER }}
|
||||||
|
password: {{ ES_PASS }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
url_prefix:
|
url_prefix:
|
||||||
use_ssl: True
|
use_ssl: True
|
||||||
|
|||||||
Reference in New Issue
Block a user