Skip to content

Commit

Permalink
Revert configuration change (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauldpm authored Sep 6, 2024
1 parent b901340 commit 2d46edd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/opensearch_dashboards.prod.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
server.host: 0.0.0.0
server.port: 443
opensearch.hosts: https://127.0.0.1:9200
opensearch.hosts: https://localhost:9200
opensearch.ssl.verificationMode: certificate
#opensearch.username:
#opensearch.password:
opensearch.requestHeadersAllowlist: ["securitytenant","Authorization"]
opensearch_security.multitenancy.enabled: false
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
server.ssl.enabled: true
server.ssl.key: "/etc/wazuh-dashboard/certs/wazuh-dashboard-key.pem"
server.ssl.certificate: "/etc/wazuh-dashboard/certs/wazuh-dashboard.pem"
server.ssl.key: "/etc/wazuh-dashboard/certs/dashboard-key.pem"
server.ssl.certificate: "/etc/wazuh-dashboard/certs/dashboard.pem"
opensearch.ssl.certificateAuthorities: ["/etc/wazuh-dashboard/certs/root-ca.pem"]
uiSettings.overrides.defaultRoute: /app/wz-home
opensearch_security.cookie.secure: true

0 comments on commit 2d46edd

Please sign in to comment.