From 25fc270b6941c0c43b4d95b438f78016c0d9bd27 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Thu, 9 Nov 2023 22:49:02 +0000 Subject: [PATCH] Fix DEV_GUIDE typo Signed-off-by: Kawika Avilla --- DEVELOPER_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 5b87a65f8380..582e481ce14b 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -291,14 +291,14 @@ Then within another window. You can start: > 1. Run `yarn start:security:default` > 2. Navigate to OpenSearch Dashboards with default values. +Or with non-default values: + > 1. Run `export OPENSEARCH_USERNAME=admin` > 2. Run `export OPENSEARCH_PASSWORD=` > 3. Optional: Run `export OPENSEARCH_SECURITY_READONLY_ROLE=` > 4. Run `yarn start:security` > 5. Navigate to OpenSearch Dashboards and login with the above username and password. -Or - Once the bootstrap of OpenSearch Dashboards is finished, you need to apply some changes to the default [`opensearch_dashboards.yml`](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/config/opensearch_dashboards.yml#L25-L72) in order to connect to OpenSearch.