Docs: Fix bad ID in Shield intro
Original commit: elastic/x-pack-elasticsearch@61b72d57ae
This commit is contained in:
parent
aaf4cb5288
commit
d6d13661e8
|
@ -16,7 +16,7 @@ Shield protects Elasticsearch clusters by:
|
|||
data.
|
||||
|
||||
[float]
|
||||
[[preventing-unauthortized-access]]
|
||||
[[preventing-unauthorized-access]]
|
||||
==== Preventing Unauthorized Access
|
||||
|
||||
To prevent unauthorized access to your Elasticsearch cluster, you must have a way to _authenticate_ users. This simply means that you need a way to validate that a user is who they claim to be. For example, you have to make sure only the person named _Kelsey Andorra_ can sign in as the user `kandorra`. Shield provides a standalone authentication mechanism that enables you to quickly <<enable-basic-auth, password-protect your cluster>>. If you're already using <<ldap, LDAP>>, <<active-directory, Active Directory>>, or <<pki, PKI>>, Shield easily integrates with those systems to perform user authentication.
|
||||
|
|
Loading…
Reference in New Issue