mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update auth.sls
Change default password lengths to 72 characters from 20.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{% set so_elastic_user_pass = salt['random.get_str'](20) %}
|
||||
{% set so_kibana_user_pass = salt['random.get_str'](20) %}
|
||||
{% set so_logstash_user_pass = salt['random.get_str'](20) %}
|
||||
{% set so_beats_user_pass = salt['random.get_str'](20) %}
|
||||
{% set so_monitor_user_pass = salt['random.get_str'](20) %}
|
||||
{% set so_elastic_user_pass = salt['random.get_str'](72) %}
|
||||
{% set so_kibana_user_pass = salt['random.get_str'](72) %}
|
||||
{% set so_logstash_user_pass = salt['random.get_str'](72) %}
|
||||
{% set so_beats_user_pass = salt['random.get_str'](72) %}
|
||||
{% set so_monitor_user_pass = salt['random.get_str'](72) %}
|
||||
|
||||
elastic_auth_pillar:
|
||||
file.managed:
|
||||
|
||||
Reference in New Issue
Block a user