Skip to content

Commit

Permalink
Revert changes about IP and certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
rauldpm committed Sep 6, 2024
1 parent 000995b commit 678408f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/opensearch_dashboards.prod.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
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.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 678408f

Please sign in to comment.