Added internal_users template
This commit is contained in:
parent
ae160cf6c3
commit
7e47b561e0
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
# 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: "{{ admin_password }}"
|
||||||
|
reserved: true
|
||||||
|
backend_roles:
|
||||||
|
- "admin"
|
||||||
|
description: "admin user"
|
||||||
|
|
||||||
|
kibanaserver:
|
||||||
|
hash: "{{ kibanaserver_password }}"
|
||||||
|
reserved: true
|
||||||
|
description: "kibanaserver user"
|
||||||
Loading…
Reference in New Issue
Block a user