Skip to content

Commit 7965c9d

Browse files
wanglamHailong-am
authored andcommitted
Add workspace overview page (opensearch-project#19)
* feat: add workspace overview page Signed-off-by: Lin Wang <wonglam@amazon.com> * refactor: move paths to common constants Signed-off-by: Lin Wang <wonglam@amazon.com> * feat: add workspace overview item by custom nav in start phase Signed-off-by: Lin Wang <wonglam@amazon.com> * refactor: change to currentWorkspace$ in workspace client Signed-off-by: Lin Wang <wonglam@amazon.com> --------- Signed-off-by: Lin Wang <wonglam@amazon.com>
1 parent 4fc9e70 commit 7965c9d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/opensearch_dashboards.yml

+13
Original file line numberDiff line numberDiff line change
@@ -290,3 +290,16 @@
290290

291291
# Set the value to true to enable workspace feature
292292
# workspace.enabled: false
293+
294+
opensearch.hosts: [https://localhost:9200]
295+
opensearch.ssl.verificationMode: none
296+
opensearch.username: kibanaserver
297+
opensearch.password: kibanaserver
298+
opensearch.requestHeadersWhitelist: [authorization, securitytenant]
299+
300+
opensearch_security.multitenancy.enabled: true
301+
opensearch_security.multitenancy.tenants.preferred: [Private, Global]
302+
opensearch_security.readonly_mode.roles: [kibana_read_only]
303+
# Use this setting if you are running opensearch-dashboards without https
304+
opensearch_security.cookie.secure: false
305+
server.host: '0.0.0.0'

0 commit comments

Comments
 (0)