OpenSerach Dashboard start with login page even security is disabled

Hi,
I have installed OpenSearch DB without security (No SSL & No authentication) & OpenSerach Dashboard (Installation on kubernetes using Helm) When trying to connect the OpenSerach Dashboard am getting a login page with username and password - I have tried to use admin\admin but it is not working and it should not work because authentication is disabled. Any Idea how i can fix that -

avoiding the login page
Thanks

Hi @dudu

As per documentation, you must remove the security plugin in OpenSearch Dashboards to fully disable security.

/usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove securityDashboards

Thank you.
Since i’m running in Kuberntes i have update the image by removing the security as you suggested