Merge "Attempt to release docker"
[clamp.git] / src / main / docker / elasticsearch / config / sg / sg_internal_users.yml
1 # This is the internal user database
2 # The hash value is a bcrypt hash and can be generated with plugin/tools/hash.sh
3
4 #password is: admin
5 admin:
6   readonly: true
7   hash: $2a$12$VcCDgh2NDk07JGN0rjGbM.Ad41qVR/YFJcgHp0UGns5JDymv..TOG
8   roles:
9     - admin
10   attributes:
11     #no dots allowed in attribute names
12     attribute1: value1
13     attribute2: value2
14     attribute3: value3
15
16 #password is: logstash
17 logstash:
18   hash: $2a$12$u1ShR4l4uBS3Uv59Pa2y5.1uQuZBrZtmNfqB3iM/.jL0XoV9sghS2
19   roles:
20     - logstash
21
22 #password is: kibanaserver  
23 kibanaserver:
24   readonly: true
25   hash: $2a$12$4AcgAt3xwOWadA5s5blL6ev39OXDNhmOesEoo33eZtrq2N0YrU3H.
26
27 #password is: kibanaro
28 kibanaro:  
29   hash: $2a$12$JJSXNfTowz7Uu5ttXfeYpeYE0arACvcwlPBStB1F.MI7f0U9Z4DGC
30   roles:
31     - kibanauser
32     - readall
33
34 #password is: readall
35 readall:
36   hash: $2a$12$ae4ycwzwvLtZxwZ82RmiEunBbIPiAmGZduBAjKN0TXdwQFtCwARz2
37   #password is: readall
38   roles:
39     - readall
40
41 #password is: snapshotrestore
42 snapshotrestore:
43   hash: $2y$12$DpwmetHKwgYnorbgdvORCenv4NAK8cPUg8AI6pxLCuWf/ALc0.v7W
44   roles:
45     - snapshotrestore