Update securityonfig path based on path reorganization (#763)
Signed-off-by: Peter Nied <petern@amazon.com>
This commit is contained in:
parent
67728096c5
commit
5d5729c4c0
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue