Skip to content

Commit

Permalink
Changed order of Best Practices page and linked it from other relevan…
Browse files Browse the repository at this point in the history
…t pages (opensearch-project#7389)

* changed order of best practices page and linked it from other relevant pages

Signed-off-by: [email protected] <[email protected]>

* Apply suggestions from code review

Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: [email protected] <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
leanneeliatra and Naarcha-AWS committed Jul 24, 2024
1 parent ba373dc commit fea72e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions _getting-started/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion _security/configuration/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Best practices
parent: Configuration
nav_order: 11
nav_order: 3
---

# Best practices for OpenSearch security
Expand Down
5 changes: 4 additions & 1 deletion _security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


0 comments on commit fea72e5

Please sign in to comment.