From a769abfa3c295c330344cacd17848e2e8888b6ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Jun 2024 15:32:19 +0000 Subject: [PATCH] Changed order of Best Practices page and linked it from other relevant pages (#7389) * changed order of best practices page and linked it from other relevant pages Signed-off-by: leanne.laceybyrne@eliatra.com * Apply suggestions from code review Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: leanne.laceybyrne@eliatra.com Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> (cherry picked from commit 8efaf3e6b438e84ef92944095fc7f232a30ac402) Signed-off-by: github-actions[bot] --- _getting-started/security.md | 6 ++++++ _security/configuration/best-practices.md | 2 +- _security/index.md | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/_getting-started/security.md b/_getting-started/security.md index 1bed87b50d..cc5315e9fd 100644 --- a/_getting-started/security.md +++ b/_getting-started/security.md @@ -190,3 +190,9 @@ To upload a configuration, the following command can be used with the admin cert ./plugins/opensearch-security/tools/securityadmin.sh -cd "config/opensearch-security" -icl -key "../kirk-key.pem" -cert "../kirk.pem" -cacert "../root-ca.pem" -nhnv ``` {% include copy.html %} + +## Next steps + +The [Best practices for OpenSearch security]({{site.url}}{{site.baseurl}}/security/configuration/best-practices/) guide covers 10 things to consider when getting started with OpenSearch security. + +The [Security configuration]({{site.url}}{{site.baseurl}}/security/configuration/index/) overview provides the basic steps for setting up security in your OpenSearch implementation and includes links to information about customizing security for your business needs. \ No newline at end of file diff --git a/_security/configuration/best-practices.md b/_security/configuration/best-practices.md index 97457cdb4b..21bbf3940c 100644 --- a/_security/configuration/best-practices.md +++ b/_security/configuration/best-practices.md @@ -2,7 +2,7 @@ layout: default title: Best practices parent: Configuration -nav_order: 11 +nav_order: 3 --- # Best practices for OpenSearch security diff --git a/_security/index.md b/_security/index.md index b2fd193427..d4af6f0337 100755 --- a/_security/index.md +++ b/_security/index.md @@ -75,5 +75,8 @@ To learn more, see [Cross-cluster search]({{site.url}}{{site.baseurl}}/security/ ## Next steps -To get started, see the configuration overview in the [Security configuration]({{site.url}}{{site.baseurl}}/security/configuration/index/) section, which provides the basic steps for setting up security in your OpenSearch implementation and includes links to information about customizing security for your business needs. +The [Best practices for OpenSearch security]({{site.url}}{{site.baseurl}}/security/configuration/best-practices/) guide covers 10 things to consider when getting started with OpenSearch security. + +The [Security configuration]({{site.url}}{{site.baseurl}}/security/configuration/index/) overview provides the basic steps for setting up security in your OpenSearch implementation and includes links to information about customizing security for your business needs. +