12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- [[migrating-8.3]]
- == Migrating to 8.3
- ++++
- <titleabbrev>8.3</titleabbrev>
- ++++
- This section discusses the changes that you need to be aware of when migrating
- your application to {es} 8.3.
- See also <<release-highlights>> and <<es-release-notes>>.
- [discrete]
- [[breaking-changes-8.3]]
- === Breaking changes
- There are no breaking changes in {es} 8.3.
- [discrete]
- [[deprecated-8.3]]
- === Deprecations
- The following functionality has been deprecated in {es} 8.3
- and will be removed in a future version.
- While this won't have an immediate impact on your applications,
- we strongly encourage you take the described steps to update your code
- after upgrading to 8.3.
- To find out if you are using any deprecated functionality,
- enable <<deprecation-logging, deprecation logging>>.
- [discrete]
- [[deprecations_83_cluster_and_node_setting]]
- ==== Cluster and node setting deprecations
- [[configuring_bind_dn_in_an_ldap_or_active_directory_ad_realm_without_corresponding_bind_password_deprecated]]
- .Configuring a bind DN in an LDAP or Active Directory (AD) realm without a corresponding bind password is deprecated
- [%collapsible]
- ====
- *Details* +
- For LDAP or AD authentication realms, setting a bind DN (via the
- `xpack.security.authc.realms.ldap.*.bind_dn` realm setting) without a
- bind password is a misconfiguration that may prevent successful
- authentication to the node. In the next major release, nodes will fail
- to start if a bind DN is specified without a password.
- *Impact* +
- If you have a bind DN configured for an LDAP or AD authentication
- realm, set a bind password for {ref}/ldap-realm.html#ldap-realm-configuration[LDAP]
- or {ref}/active-directory-realm.html#ad-realm-configuration[Active Directory].
- Configuring a bind DN without a password generates a warning in the
- deprecation logs.
- *Note:* This deprecation only applies if your current LDAP or AD
- configuration specifies a bind DN without a password. This scenario is
- unlikely, but might impact a small subset of users.
- ====
|