Skip to content

Commit cbfac4f

Browse files
authored
[DOCS] Adds security breaking change (#31375)
1 parent 562a43c commit cbfac4f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/reference/migration/migrate_6_3.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ accept these permissions either by keeping standard input open and attaching a
5555
TTY (i.e., using interactive mode to accept the permissions), or by passing the
5656
`--batch` flag.
5757

58+
==== Implementing custom realms with SPI instead of XPackExtension
59+
60+
The legacy `XPackExtension` extension mechanism has been removed and replaced
61+
with an SPI based extension mechanism that is installed and built as an
62+
elasticsearch plugin. For more information about using SPI loaded security extensions in custom realms, see {stack-ov}/custom-realms.html[Integrating with other authentication systems].
63+
5864
[[breaking_63_settings_changes]]
5965
=== Settings changes
6066

0 commit comments

Comments
 (0)