From 75cbf4561a5a917f146ae24e5e2945895a96299b Mon Sep 17 00:00:00 2001 From: vcerenu Date: Thu, 17 Feb 2022 11:32:11 -0300 Subject: [PATCH] fix in wazuh-indexer demo certificates --- production_cluster/wazuh_dashboard/dashboard.yml | 2 -- wazuh-dashboard/config/dashboard.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/production_cluster/wazuh_dashboard/dashboard.yml b/production_cluster/wazuh_dashboard/dashboard.yml index 8b0c332b..c231a6f3 100644 --- a/production_cluster/wazuh_dashboard/dashboard.yml +++ b/production_cluster/wazuh_dashboard/dashboard.yml @@ -2,8 +2,6 @@ server.host: 0.0.0.0 server.port: 5601 opensearch.hosts: https://wazuh1.indexer:9700 opensearch.ssl.verificationMode: certificate -opensearch.username: kibanaserver -opensearch.password: kibanaserver opensearch.requestHeadersWhitelist: ["securitytenant","Authorization"] opensearch_security.multitenancy.enabled: false opensearch_security.readonly_mode.roles: ["kibana_read_only"] diff --git a/wazuh-dashboard/config/dashboard.yml b/wazuh-dashboard/config/dashboard.yml index 31bdf8f7..243b8f7e 100644 --- a/wazuh-dashboard/config/dashboard.yml +++ b/wazuh-dashboard/config/dashboard.yml @@ -2,8 +2,6 @@ server.host: 0.0.0.0 server.port: 5601 opensearch.hosts: https://wazuh1.indexer:9700 opensearch.ssl.verificationMode: none -opensearch.username: "kibanaserver" -opensearch.password: "kibanaserver" opensearch.requestHeadersWhitelist: [ authorization,securitytenant ] opensearch_security.multitenancy.enabled: true opensearch_security.multitenancy.tenants.preferred: ["Private", "Global"]