Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.15.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ memory lock feature (issue: {es-issue}111847[#111847])
<<api-conventions-number-values,incorrectly>> 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
Expand Down
7 changes: 7 additions & 0 deletions docs/reference/release-notes/8.15.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ coming[8.15.1]

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

[[known-issues-8.15.1]]
[float]
=== Known issues
* 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])

[[bug-8.15.1]]
[float]
=== Bug fixes
Expand Down