From 54a9f53d0d632a1607bc7fe0b11891efa7b3ab58 Mon Sep 17 00:00:00 2001 From: Yogesh Gaikwad Date: Wed, 29 Aug 2018 14:24:07 +1000 Subject: [PATCH] [DOCS] Update Kerberos docs for info on authorization_realms Update Kerberos docs to mention authorization_realms as an alternative to role mapping. --- .../authentication/configuring-kerberos-realm.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/x-pack/docs/en/security/authentication/configuring-kerberos-realm.asciidoc b/x-pack/docs/en/security/authentication/configuring-kerberos-realm.asciidoc index 30968355f3ca5..9e7ed4762728a 100644 --- a/x-pack/docs/en/security/authentication/configuring-kerberos-realm.asciidoc +++ b/x-pack/docs/en/security/authentication/configuring-kerberos-realm.asciidoc @@ -166,5 +166,10 @@ POST _xpack/security/role_mapping/kerbrolemapping // CONSOLE For more information, see {stack-ov}/mapping-roles.html[Mapping users and groups to roles]. + +NOTE: The Kerberos realm supports +{stack-ov}/realm-chains.html#authorization_realms[authorization realms] as an +alternative to role mapping. + --