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

17 lines
413 B
YAML

# Copyright (C) 2019, 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 authd password secret
apiVersion: v1
kind: Secret
metadata:
name: wazuh-authd-pass
namespace: wazuh
data:
authd.pass: cGFzc3dvcmQ= # string "password" base64 encoded