Browse Source

[DOCS] Clarifies number of file and native realms (#58949)

Lisa Cawley 5 years ago
parent
commit
505880ad59

+ 2 - 0
x-pack/docs/en/security/authentication/configuring-file-realm.asciidoc

@@ -37,6 +37,8 @@ xpack:
           file1:
             order: 0
 ------------------------------------------------------------
+
+NOTE: You can configure only one file realm on {es} nodes.
 --
 
 . Restart {es}.

+ 2 - 0
x-pack/docs/en/security/authentication/configuring-native-realm.asciidoc

@@ -13,6 +13,8 @@ cache options.
 explicitly set the `order` attribute for the realm. 
 +
 --
+NOTE: You can configure only one native realm on {es} nodes.
+
 See <<ref-native-settings>> for all of the options you can set for the `native` realm.
 For example, the following snippet shows a `native` realm configuration that
 sets the `order` to zero so the realm is checked first: