Page MenuHomeDevCentral

internal_users.yml.jinja
No OneTemporary

internal_users.yml.jinja

# -------------------------------------------------------------
# OpenSearch configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/opensearch/opensearch/files/internal_users.yml.jinja
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
_meta:
type: "internalusers"
config_version: 2
# -------------------------------------------------------------
# Reserved users to ensure access continuity
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ users['admin']['username'] }}:
hash: {{ salt['opensearch.hash_password'](users['admin']['password']) }}
reserved: true
backend_roles:
- "admin"
description: "Alternative admin user"
# -------------------------------------------------------------
# Dashboards (formerly Kibana)
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ users['dashboards']['username'] }}:
hash: {{ salt['opensearch.hash_password'](users['dashboards']['password']) }}
reserved: true
description: "Dashboards to OpenSearch machine user"

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 18, 14:17 (5 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3540099
Default Alt Text
internal_users.yml.jinja (1 KB)

Event Timeline