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` |