From 2ac222c81ec228a9e5b3598b3315aa313f176399 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Wed, 6 Jul 2022 17:22:33 +0000 Subject: [PATCH] Update securityonfig path based on path reorganization Signed-off-by: Peter Nied --- _security-plugin/configuration/configuration.md | 2 +- _security-plugin/configuration/tls.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_security-plugin/configuration/configuration.md b/_security-plugin/configuration/configuration.md index 33b2c9bf0a..2aad055a28 100755 --- a/_security-plugin/configuration/configuration.md +++ b/_security-plugin/configuration/configuration.md @@ -24,7 +24,7 @@ opensearch_security: ... ``` -For a more complete example, see the [sample file on GitHub](https://github.com/opensearch-project/security/blob/main/securityconfig/config.yml). +For a more complete example, see the [sample file on GitHub](https://github.com/opensearch-project/security/blob/main/config/config.yml). ## HTTP diff --git a/_security-plugin/configuration/tls.md b/_security-plugin/configuration/tls.md index d8b97c1695..fa08972d83 100755 --- a/_security-plugin/configuration/tls.md +++ b/_security-plugin/configuration/tls.md @@ -9,7 +9,7 @@ nav_order: 10 TLS is configured in `opensearch.yml`. There are two main configuration sections: the transport layer and the REST layer. TLS is optional for the REST layer and mandatory for the transport layer. -You can find an example configuration template with all options on [GitHub](https://github.com/opensearch-project/security/blob/main/securityconfig/opensearch.yml.example). +You can find an example configuration template with all options on [GitHub](https://github.com/opensearch-project/security/blob/main/config/opensearch.yml.example). {: .note }