I tried deploying OpenSearch using the helm chart, it’s working fine when the cluster name is set to default opesearch-cluster, but when it’s set to something custom, it’s throwing error - OpenSearch Security not initialized
Also @jasodeep I assume this is the same issue you are facing here. I was able to spin up a cluster with a custom name. Only change which is required is in clusterName and cluster.name.
Actually I was trying form a opensearch cluster, so I had multiple node groups e.g. master, data. And elasticsearch need at least one master eligible node to bootstrap the cluster and that was misconfigured so while I was deploying other node groups it was failing to identify the master node and was leading to the mentioned issue.