Skip to content

Commit

Permalink
Merge pull request #9 from opensearch-project/sreekarj_release
Browse files Browse the repository at this point in the history
Modify opensearch dashboards yaml to allow connection to security enabled OpenSearch
  • Loading branch information
sreekarjami authored May 3, 2021
2 parents b499f36 + 4c94e5e commit 8583689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# Description:
# Default configuration for OpenSearch Dashboards

opensearch.hosts: ["http://localhost:9200"]
opensearch.ssl.verificationMode: full
opensearch.hosts: ["https://localhost:9200"]
opensearch.ssl.verificationMode: none
opensearch.username: "kibanaserver"
opensearch.password: "kibanaserver"
opensearch.requestHeadersWhitelist: [ authorization ]
Expand Down

0 comments on commit 8583689

Please sign in to comment.