wazuh-ansible-4.8.1/roles/opendistro/opendistro-elasticsearch/templates/internal_users.yml.j2
2020-05-07 14:50:01 +02:00

22 lines
443 B
Django/Jinja

---
# This is the internal user database
# The hash value is a bcrypt hash and can be generated with plugin/tools/hash.sh
_meta:
type: "internalusers"
config_version: 2
# Define your internal users here
admin:
hash: "{{ opendistro_admin_password }}"
reserved: true
backend_roles:
- "admin"
description: "admin user"
kibanaserver:
hash: "{{ opendistro_kibana_password }}"
reserved: true
description: "kibanaserver user"