Skip to content

Commit

Permalink
Change opensearch_dashboards.dev.security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Oct 2, 2023
1 parent 97a4a49 commit d9e2d61
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docker/config/opensearch_dashboards.dev.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ opensearchDashboards.branding:
useExpandedHeader: false

opensearch.hosts: ["https://indexer:9200"]
opensearch.username: "admin" # Default username on the docker image
opensearch.password: "admin" # Default password on the docker image
opensearch.ssl.verificationMode: none
opensearch.username: "kibanaserver"
opensearch.password: "kibanaserver"
opensearch.requestHeadersWhitelist: [ authorization,securitytenant ]
opensearch_security.multitenancy.enabled: true
opensearch_security.multitenancy.tenants.preferred: ["Private", "Global"]
opensearch_security.readonly_mode.roles: ["kibana_read_only"]

# Use this setting if you are running opensearch-dashboards without https
opensearch_security.cookie.secure: false

0 comments on commit d9e2d61

Please sign in to comment.