Skip to content

Commit

Permalink
Merge pull request #254 from wazuh/248-dashboard-cred
Browse files Browse the repository at this point in the history
Dashboard-cred secret added
  • Loading branch information
teddytpc1 authored May 19, 2022
2 parents 2d0e3d7 + 3f361a6 commit ee41e2b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions wazuh/secrets/dashboard-cred-secret.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ee41e2b

Please sign in to comment.