Error when opening elastic search route on openshift

{“error”:{“root_cause”:[{“type”:“security_exception”,“reason”:“missing authentication credentials for REST request [/]”,“header”:{“WWW-Authenticate”:[“Basic realm="security" charset="UTF-8"”,“ApiKey”]}}],“type”:“security_exception”,“reason”:“missing authentication credentials for REST request [/]”,“header”:{“WWW-Authenticate”:[“Basic realm="security" charset="UTF-8"”,“ApiKey”]}},“status”:401}

To fix this error , I have to manual edit config map for operate and update elastic search username and password. Is there a way we can achieve this via helm charts itself ?

Hi @ShilpaN.Chalke - I think this is a duplicate topic? See my answer here!