Disable Security Plugin in OpenSearch Dashboard

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

Moved to the security category

@pkuntz Unfortunately there is no way currently to disable the plugin for OS_Dashboards via config.
However it’s only 3 lines in Dockerfile to create a new image.
Alternatively you can connect to container and remove the plugin manually.