diff --git a/wazuh/secrets/dashboard-cred-secret.yaml b/wazuh/secrets/dashboard-cred-secret.yaml new file mode 100644 index 00000000..2ceba40f --- /dev/null +++ b/wazuh/secrets/dashboard-cred-secret.yaml @@ -0,0 +1,16 @@ +# 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: U2VjcmV0UGFzc3dvcmQx # string "kibanaserver" base64 encoded