-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stephen Crawford <[email protected]>
- Loading branch information
1 parent
bd10ee3
commit 900c4db
Showing
4 changed files
with
40 additions
and
103 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +0,0 @@ | ||
--- | ||
# 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 | ||
|
||
## Demo users | ||
|
||
admin: | ||
hash: | ||
reserved: true | ||
backend_roles: | ||
- "admin" | ||
description: "Demo admin user" | ||
|
||
anomalyadmin: | ||
hash: "$2y$12$TRwAAJgnNo67w3rVUz4FIeLx9Dy/llB79zf9I15CKJ9vkM4ZzAd3." | ||
reserved: false | ||
opendistro_security_roles: | ||
- "anomaly_full_access" | ||
description: "Demo anomaly admin user, using internal role" | ||
|
||
kibanaserver: | ||
hash: "$2a$12$4AcgAt3xwOWadA5s5blL6ev39OXDNhmOesEoo33eZtrq2N0YrU3H." | ||
reserved: true | ||
description: "Demo OpenSearch Dashboards user" | ||
|
||
kibanaro: | ||
hash: "$2a$12$JJSXNfTowz7Uu5ttXfeYpeYE0arACvcwlPBStB1F.MI7f0U9Z4DGC" | ||
reserved: false | ||
backend_roles: | ||
- "kibanauser" | ||
- "readall" | ||
attributes: | ||
attribute1: "value1" | ||
attribute2: "value2" | ||
attribute3: "value3" | ||
description: "Demo OpenSearch Dashboards read only user, using external role mapping" | ||
|
||
logstash: | ||
hash: "$2a$12$u1ShR4l4uBS3Uv59Pa2y5.1uQuZBrZtmNfqB3iM/.jL0XoV9sghS2" | ||
reserved: false | ||
backend_roles: | ||
- "logstash" | ||
description: "Demo logstash user, using external role mapping" | ||
|
||
readall: | ||
hash: "$2a$12$ae4ycwzwvLtZxwZ82RmiEunBbIPiAmGZduBAjKN0TXdwQFtCwARz2" | ||
reserved: false | ||
backend_roles: | ||
- "readall" | ||
description: "Demo readall user, using external role mapping" | ||
|
||
snapshotrestore: | ||
hash: "$2y$12$DpwmetHKwgYnorbgdvORCenv4NAK8cPUg8AI6pxLCuWf/ALc0.v7W" | ||
reserved: false | ||
backend_roles: | ||
- "snapshotrestore" | ||
description: "Demo snapshotrestore user, using external role mapping" | ||
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
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