Skip to content

Commit

Permalink
Added missing comments about user and password
Browse files Browse the repository at this point in the history
  • Loading branch information
rauldpm committed Sep 6, 2024
1 parent d1e856a commit 5a42afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/opensearch_dashboards.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ server.host: 0.0.0.0
server.port: 443
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"]
Expand Down

0 comments on commit 5a42afa

Please sign in to comment.