opensearch-docs-cn/_security-plugin/configuration
Horvv 9ae5a6bfc8
Update disable.md
The line to create the new image by deactivating the security plugin uses "security-dashboards" and this returns the following error:

docker build --tag=opensearch-dashboards-no-security .                                                                                                      
Sending build context to Docker daemon   5.12kB
Step 1/3 : FROM opensearchproject/opensearch-dashboards:1.0.0
 ---> 6a109c3fbebf
Step 2/3 : RUN /usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove security-dashboard
 ---> Running in 965b66ef7abd
Unable to remove plugin because of error: "Plugin [security-dashboard] is not installed"
The command '/bin/sh -c /usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove security-dashboard' returned a non-zero code: 74



Instead using the correct plugin name "securityDashboards" the image compiles correctly:

docker build --tag=opensearch-dashboards-no-security .                                                                                                       
Sending build context to Docker daemon  6.144kB
Step 1/3 : FROM opensearchproject/opensearch-dashboards:1.0.0
 ---> 6a109c3fbebf
Step 2/3 : RUN /usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin remove securityDashboards
 ---> Using cache
 ---> bb9a535b8e42
Step 3/3 : COPY --chown=opensearch-dashboards:opensearch-dashboards opensearch_dashboards.yml /usr/share/opensearch-dashboards/config/
 ---> e6e76bba8a4f
Successfully built e6e76bba8a4f
Successfully tagged opensearch-dashboards-no-security:latest


Ref:
-  https://opensearch.org/docs/dashboards/install/plugins/#list-installed-plugins
-  https://github.com/opensearch-project/documentation-website/blob/main/_dashboards/install/plugins.md
2021-07-13 19:06:13 +02:00
..
client-auth.md Fix anchor links 2021-06-10 12:26:41 -07:00
concepts.md Redirects for the plugins 2021-05-28 15:20:24 -07:00
configuration.md No more relative links 2021-06-09 19:15:41 -07:00
disable.md Update disable.md 2021-07-13 19:06:13 +02:00
generate-certificates.md Fix anchor links 2021-06-10 12:26:41 -07:00
index.md Add link recommending password policy 2021-07-11 18:10:36 -07:00
ldap.md Merge branch 'main' into layout-changes 2021-06-09 13:25:06 -07:00
openid-connect.md Merge branch 'main' into layout-changes 2021-06-09 13:25:06 -07:00
proxy.md Merge branch 'main' into layout-changes 2021-06-09 13:25:06 -07:00
saml.md Security REST API 2021-06-10 11:15:44 -07:00
security-admin.md changeit 2021-06-18 08:57:53 -07:00
system-indices.md changeit 2021-06-18 08:57:53 -07:00
tls.md No more relative links 2021-06-09 19:15:41 -07:00
yaml.md Add link recommending password policy 2021-07-11 18:10:36 -07:00