Skip to content

Commit 2d46edd

Browse files
authored
Revert configuration change (#300)
1 parent b901340 commit 2d46edd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

config/opensearch_dashboards.prod.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
server.host: 0.0.0.0
22
server.port: 443
3-
opensearch.hosts: https://127.0.0.1:9200
3+
opensearch.hosts: https://localhost:9200
44
opensearch.ssl.verificationMode: certificate
5+
#opensearch.username:
6+
#opensearch.password:
57
opensearch.requestHeadersAllowlist: ["securitytenant","Authorization"]
68
opensearch_security.multitenancy.enabled: false
79
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
810
server.ssl.enabled: true
9-
server.ssl.key: "/etc/wazuh-dashboard/certs/wazuh-dashboard-key.pem"
10-
server.ssl.certificate: "/etc/wazuh-dashboard/certs/wazuh-dashboard.pem"
11+
server.ssl.key: "/etc/wazuh-dashboard/certs/dashboard-key.pem"
12+
server.ssl.certificate: "/etc/wazuh-dashboard/certs/dashboard.pem"
1113
opensearch.ssl.certificateAuthorities: ["/etc/wazuh-dashboard/certs/root-ca.pem"]
1214
uiSettings.overrides.defaultRoute: /app/wz-home
13-
opensearch_security.cookie.secure: true

0 commit comments

Comments
 (0)