18 lines
501 B
YAML
18 lines
501 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 API credentials secret
|
|
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: wazuh-api-cred
|
|
namespace: wazuh
|
|
data:
|
|
username: d2F6dWgtd3Vp # string "wazuh-wui" base64 encoded
|
|
password: TXlTM2NyMzdQNDUwci4qLQ== # string "MyS3cr37P450r.*-" base64 encoded
|