You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/migration/migrate_6_3.asciidoc
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,12 @@ accept these permissions either by keeping standard input open and attaching a
55
55
TTY (i.e., using interactive mode to accept the permissions), or by passing the
56
56
`--batch` flag.
57
57
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].
0 commit comments