Skip to content

Commit 27c464f

Browse files
authored
Add known issue for role mappings file bug [8.15] (elastic#112506)
Known issue for 8.15.0 and 8.15.1
1 parent 0e16987 commit 27c464f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/reference/release-notes/8.15.0.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ memory lock feature (issue: {es-issue}111847[#111847])
2626
<<api-conventions-number-values,incorrectly>> assume that this value will be within a particular range (e.g. that it fits into a 32-bit
2727
signed integer) may encounter errors (issue: {es-issue}111854[#111854])
2828

29+
* Elasticsearch will not start if custom role mappings are configured using the
30+
`xpack.security.authc.realms.*.files.role_mapping` configuration option. As a workaround, custom role mappings
31+
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])
32+
2933
[[breaking-8.15.0]]
3034
[float]
3135
=== Breaking changes

docs/reference/release-notes/8.15.1.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ coming[8.15.1]
55

66
Also see <<breaking-changes-8.15,Breaking changes in 8.15>>.
77

8+
[[known-issues-8.15.1]]
9+
[float]
10+
=== Known issues
11+
* Elasticsearch will not start if custom role mappings are configured using the
12+
`xpack.security.authc.realms.*.files.role_mapping` configuration option. As a workaround, custom role mappings
13+
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])
14+
815
[[bug-8.15.1]]
916
[float]
1017
=== Bug fixes

0 commit comments

Comments
 (0)