From f89bf8af82fd5b70fc5d62a371700979c478490f Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Mon, 13 Nov 2023 12:03:26 -0800 Subject: [PATCH] Update DEVELOPER_GUIDE.md Co-authored-by: Miki Signed-off-by: Kawika Avilla --- DEVELOPER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 08c68c195433..1bf30e98c2ed 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -294,7 +294,7 @@ Then within another window. You can start: Or with non-default values: > 1. Run `export OPENSEARCH_USERNAME=admin` -> 2. Run `export OPENSEARCH_PASSWORD=` +> 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.