Hi,
I’m trying to disable the security plugin both on OpenSearch as well as the OpenSearch dashboard.
According to the documentation the security plugin can be disabled (at least for OpenSearch) by adding plugins.security.disabled: true
to the configuration file. For the OpenSearch Dashboard the documentation states that there is the need for a custom Dockerimage, which removes the security plugin. Is there a way around this, i.e. can the security plugin for the dashboard also be disabled via the configuration file? Or is there any officially maintained Dockerimage that comes with the security plugin disabled?
Thanks
Philipp