17 lines
470 B
YAML
17 lines
470 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: indexer-cred
|
|
data:
|
|
username: YWRtaW4= # string "admin" base64 encoded
|
|
password: U2VjcmV0UGFzc3dvcmQ= # string "SecretPassword" base64 encoded
|