Files
kubernetes/wazuh-kubernetes/wazuh/secrets/dashboard-cred-secret.yaml
T
2025-11-13 13:20:41 +00:00

17 lines
478 B
YAML

# Copyright (C) 2022 Wazuh Inc.
#
# This program is a free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public
# License (version 2) as published by the FSF - Free Software
# Foundation.
# Wazuh dashboard API credentials secret
apiVersion: v1
kind: Secret
metadata:
name: dashboard-cred
data:
username: a2liYW5hc2VydmVy # string "kibanaserver" base64 encoded
password: a2liYW5hc2VydmVy # string "kibanaserver" base64 encoded