17 lines
413 B
YAML
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
|