mirror of https://github.com/apache/lucene.git
Move audit logging docs under AAA section (#1452)
This commit is contained in:
parent
d7e0b906ab
commit
849fb63921
|
@ -1,5 +1,5 @@
|
||||||
= Configuring Authentication, Authorization and Audit Logging
|
= Configuring Authentication, Authorization and Audit Logging
|
||||||
:page-children: basic-authentication-plugin, hadoop-authentication-plugin, kerberos-authentication-plugin, rule-based-authorization-plugin, jwt-authentication-plugin
|
:page-children: basic-authentication-plugin, hadoop-authentication-plugin, kerberos-authentication-plugin, jwt-authentication-plugin, rule-based-authorization-plugin, audit-logging
|
||||||
// Licensed to the Apache Software Foundation (ASF) under one
|
// Licensed to the Apache Software Foundation (ASF) under one
|
||||||
// or more contributor license agreements. See the NOTICE file
|
// or more contributor license agreements. See the NOTICE file
|
||||||
// distributed with this work for additional information
|
// distributed with this work for additional information
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
= Securing Solr
|
= Securing Solr
|
||||||
:page-children: authentication-and-authorization-plugins, enabling-ssl, audit-logging, zookeeper-access-control
|
:page-children: authentication-and-authorization-plugins, enabling-ssl, zookeeper-access-control
|
||||||
// Licensed to the Apache Software Foundation (ASF) under one
|
// Licensed to the Apache Software Foundation (ASF) under one
|
||||||
// or more contributor license agreements. See the NOTICE file
|
// or more contributor license agreements. See the NOTICE file
|
||||||
// distributed with this work for additional information
|
// distributed with this work for additional information
|
||||||
|
@ -26,7 +26,7 @@ When planning how to secure Solr, you should consider which of the available fea
|
||||||
|
|
||||||
== Encryption with TLS (SSL) Certificates
|
== Encryption with TLS (SSL) Certificates
|
||||||
|
|
||||||
Ecrypting traffic to/from Solr and between Solr nodes prevents sensitive data to be leaked out on the network. TLS is also normally a requirement to prevent credential sniffing when using Authentication.
|
Encrypting traffic to/from Solr and between Solr nodes prevents sensitive data to be leaked out on the network. TLS is also normally a requirement to prevent credential sniffing when using Authentication.
|
||||||
|
|
||||||
See the page <<enabling-ssl.adoc#enabling-ssl,Enabling TLS (SSL)>> for details.
|
See the page <<enabling-ssl.adoc#enabling-ssl,Enabling TLS (SSL)>> for details.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue