migrate_8_3.asciidoc 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. [[migrating-8.3]]
  2. == Migrating to 8.3
  3. ++++
  4. <titleabbrev>8.3</titleabbrev>
  5. ++++
  6. This section discusses the changes that you need to be aware of when migrating
  7. your application to {es} 8.3.
  8. See also <<release-highlights>> and <<es-release-notes>>.
  9. [discrete]
  10. [[breaking-changes-8.3]]
  11. === Breaking changes
  12. There are no breaking changes in {es} 8.3.
  13. [discrete]
  14. [[deprecated-8.3]]
  15. === Deprecations
  16. The following functionality has been deprecated in {es} 8.3
  17. and will be removed in a future version.
  18. While this won't have an immediate impact on your applications,
  19. we strongly encourage you take the described steps to update your code
  20. after upgrading to 8.3.
  21. To find out if you are using any deprecated functionality,
  22. enable <<deprecation-logging, deprecation logging>>.
  23. [discrete]
  24. [[deprecations_83_cluster_and_node_setting]]
  25. ==== Cluster and node setting deprecations
  26. [[configuring_bind_dn_in_an_ldap_or_active_directory_ad_realm_without_corresponding_bind_password_deprecated]]
  27. .Configuring a bind DN in an LDAP or Active Directory (AD) realm without a corresponding bind password is deprecated
  28. [%collapsible]
  29. ====
  30. *Details* +
  31. For LDAP or AD authentication realms, setting a bind DN (via the
  32. `xpack.security.authc.realms.ldap.*.bind_dn` realm setting) without a
  33. bind password is a misconfiguration that may prevent successful
  34. authentication to the node. In the next major release, nodes will fail
  35. to start if a bind DN is specified without a password.
  36. *Impact* +
  37. If you have a bind DN configured for an LDAP or AD authentication
  38. realm, set a bind password for {ref}/ldap-realm.html#ldap-realm-configuration[LDAP]
  39. or {ref}/active-directory-realm.html#ad-realm-configuration[Active Directory].
  40. Configuring a bind DN without a password generates a warning in the
  41. deprecation logs.
  42. *Note:* This deprecation only applies if your current LDAP or AD
  43. configuration specifies a bind DN without a password. This scenario is
  44. unlikely, but might impact a small subset of users.
  45. ====