From 768ba1ab411261008e28367a53ba0b677b46d646 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura Date: Fri, 15 Dec 2023 15:02:57 -0500 Subject: [PATCH] Updates readme Signed-off-by: Darshit Chanpura --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a46e1647e4f..03e4615d3df 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ In order to deploy both the stacks the user needs to provide a set of required a | Name | Requirement | Type | Description | |------------------------|:------------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | distVersion | Required | string | The OpenSearch distribution version (released/un-released) the user wants to deploy | -| securityDisabled | Required | boolean | Enable or disable security plugin | -| adminPassword | Required | string | This value is required when security plugin is enabled | +| securityDisabled | Required | boolean | Enable or disable security plugin | +| adminPassword | Optional | string | This value is required when security plugin is enabled | | minDistribution | Required | boolean | Is it the minimal OpenSearch distribution with no security and plugins | | distributionUrl | Required | string | OpenSearch tar distribution url | | cpuArch | Required | string | CPU platform for EC2, could be either `x64` or `arm64` |