From 04eac0da9be63e763313037c8aca6965d8643668 Mon Sep 17 00:00:00 2001 From: Simon Cooper Date: Wed, 4 Sep 2024 10:35:27 +0100 Subject: [PATCH 1/2] Add known issue for role mappings file bug --- docs/reference/release-notes/8.15.0.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/release-notes/8.15.0.asciidoc b/docs/reference/release-notes/8.15.0.asciidoc index 2069c1bd96ff0..81eb468c49ec1 100644 --- a/docs/reference/release-notes/8.15.0.asciidoc +++ b/docs/reference/release-notes/8.15.0.asciidoc @@ -26,6 +26,10 @@ memory lock feature (issue: {es-issue}111847[#111847]) <> assume that this value will be within a particular range (e.g. that it fits into a 32-bit signed integer) may encounter errors (issue: {es-issue}111854[#111854]) +* Elasticsearch will not start if custom role mappings are configured using the +`xpack.security.authc.realms.*.files.role_mapping` configuration option. As a workaround, custom role mappings +can be configured using the [REST API](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role-mapping.html) (issue: {es-issue}112503[#112503]) + [[breaking-8.15.0]] [float] === Breaking changes From e9021dbba707559d886aa12a84c6684731379068 Mon Sep 17 00:00:00 2001 From: Simon Cooper Date: Wed, 4 Sep 2024 11:32:34 +0100 Subject: [PATCH 2/2] Update URL syntax Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --- docs/reference/release-notes/8.15.0.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/release-notes/8.15.0.asciidoc b/docs/reference/release-notes/8.15.0.asciidoc index 81eb468c49ec1..bed1912fc1b84 100644 --- a/docs/reference/release-notes/8.15.0.asciidoc +++ b/docs/reference/release-notes/8.15.0.asciidoc @@ -28,7 +28,7 @@ signed integer) may encounter errors (issue: {es-issue}111854[#111854]) * Elasticsearch will not start if custom role mappings are configured using the `xpack.security.authc.realms.*.files.role_mapping` configuration option. As a workaround, custom role mappings -can be configured using the [REST API](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role-mapping.html) (issue: {es-issue}112503[#112503]) +can be configured using the https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role-mapping.html[REST API] (issue: {es-issue}112503[#112503]) [[breaking-8.15.0]] [float]