This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cf60f2
commit fd8f81d
Showing
8 changed files
with
67 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
45 changes: 45 additions & 0 deletions
45
src/test/resources/legacy/securityconfig_v6/migration/internal_users.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# This is the internal user database | ||
# The hash value is a bcrypt hash and can be generated with plugin/tools/hash.sh | ||
|
||
#password is: admin | ||
admin: | ||
readonly: true | ||
hash: $2a$12$VcCDgh2NDk07JGN0rjGbM.Ad41qVR/YFJcgHp0UGns5JDymv..TOG | ||
roles: | ||
- admin | ||
attributes: | ||
#no dots allowed in attribute names | ||
attribute1: value1 | ||
attribute2: value2 | ||
attribute3: value3 | ||
|
||
#password is: logstash | ||
logstash: | ||
hash: $2a$12$u1ShR4l4uBS3Uv59Pa2y5.1uQuZBrZtmNfqB3iM/.jL0XoV9sghS2 | ||
roles: | ||
- logstash | ||
|
||
#password is: kibanaserver | ||
kibanaserver: | ||
readonly: true | ||
hash: $2a$12$4AcgAt3xwOWadA5s5blL6ev39OXDNhmOesEoo33eZtrq2N0YrU3H. | ||
|
||
#password is: kibanaro | ||
kibanaro: | ||
hash: $2a$12$JJSXNfTowz7Uu5ttXfeYpeYE0arACvcwlPBStB1F.MI7f0U9Z4DGC | ||
roles: | ||
- kibanauser | ||
- readall | ||
|
||
#password is: readall | ||
readall: | ||
hash: $2a$12$ae4ycwzwvLtZxwZ82RmiEunBbIPiAmGZduBAjKN0TXdwQFtCwARz2 | ||
#password is: readall | ||
roles: | ||
- readall | ||
|
||
#password is: snapshotrestore | ||
snapshotrestore: | ||
hash: $2y$12$DpwmetHKwgYnorbgdvORCenv4NAK8cPUg8AI6pxLCuWf/ALc0.v7W | ||
roles: | ||
- snapshotrestore |
File renamed without changes.
File renamed without changes.
File renamed without changes.