Skip to content

Commit

Permalink
Add dummy file
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Aug 22, 2024
1 parent f1360ec commit 0918702
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions nightly-playground/resources/security-config/internal_users.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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: someHashedValue
reserved: true
backend_roles:
- admin
description: Admin user with customized password

kibanaserver:
hash: someHashedValue
reserved: true
description: OpenSearch Dashboards user with customized password

readall:
hash: someHashedValue
reserved: false
backend_roles:
- readall
description: Demo readall user

0 comments on commit 0918702

Please sign in to comment.