security.asciidoc 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [float]
  2. [[breaking_80_security_changes]]
  3. === Security changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. // end::notable-breaking-changes[]
  8. [float]
  9. [[accept-default-password-removed]]
  10. ==== The `accept_default_password` setting has been removed
  11. The `xpack.security.authc.accept_default_password` setting has not had any affect
  12. since the 6.0 release of {es}. It has been removed and cannot be used.
  13. [float]
  14. [[roles-index-cache-removed]]
  15. ==== The `roles.index.cache.*` settings have been removed
  16. The `xpack.security.authz.store.roles.index.cache.max_size` and
  17. `xpack.security.authz.store.roles.index.cache.ttl` settings have
  18. been removed. These settings have been redundant and deprecated
  19. since the 5.2 release of {es}.
  20. [float]
  21. [[migrate-tool-removed]]
  22. ==== The `elasticsearch-migrate` tool has been removed
  23. The `elasticsearch-migrate` tool provided a way to convert file
  24. realm users and roles into the native realm. It has been deprecated
  25. since 7.2.0. Users and roles should now be created in the native
  26. realm directly.
  27. [float]
  28. [[separating-node-and-client-traffic]]
  29. ==== The `transport.profiles.*.xpack.security.type` setting has been removed
  30. The `transport.profiles.*.xpack.security.type` setting has been removed since
  31. the Transport Client has been removed and therefore all client traffic now uses
  32. the HTTP transport. Transport profiles using this setting should be removed.