Skip to content

Commit

Permalink
Merge pull request opensearch-project#9 from opensearch-project/sreek…
Browse files Browse the repository at this point in the history
…arj_release

Modify opensearch dashboards yaml to allow connection to security enabled OpenSearch
  • Loading branch information
sreekarjami authored May 3, 2021
2 parents b6df360 + cfcfea5 commit 709b345
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 709b345

Please sign in to comment.