From b44eb26aefe9349f9099a0ad335de0b2190da72f Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 10 Feb 2021 17:54:46 -0500 Subject: [PATCH] Add known issue for AD and LDAP permissions issue This commit adds a known issue to the docs for the AD and LDAP permissions issue that arises from incorrect security manager permissions being applied to the x-pack-core module. --- docs/reference/release-notes/7.11.asciidoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/reference/release-notes/7.11.asciidoc b/docs/reference/release-notes/7.11.asciidoc index a0594472df93b..3a6009164e71f 100644 --- a/docs/reference/release-notes/7.11.asciidoc +++ b/docs/reference/release-notes/7.11.asciidoc @@ -3,6 +3,20 @@ Also see <>. +[[known-issues-7.11.0]] +[discrete] +=== Known issues + +* Integration with <> and + <> is impacted by an issue that prevents + Elasticsearch from starting. If you have configured an Active Directory or + LDAP realm, then Elasticseach will fail to start with an error message + indicating that `Could not initialize class com.unboundid.util.Debug`. This + exception is fatal. If you encounter this during an upgrade, because + Elasticsearch failed during node construction, you can safely downgrade to + your previous version of Elasticsearch. We are actively working on a fix for + this issue. For more details, see {es-issue}68838[#68838]. + [discrete] [[fips-140-2-compliance-7.11.0]] === FIPS 140-2 compliance