security.asciidoc 754 B

12345678910111213141516171819202122232425
  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. ==== The `accept_default_password` setting has been removed
  10. The `xpack.security.authc.accept_default_password` setting has not had any affect
  11. since the 6.0 release of {es}. It has been removed and cannot be used.
  12. [float]
  13. ==== The `roles.index.cache.*` settings have been removed
  14. The `xpack.security.authz.store.roles.index.cache.max_size` and
  15. `xpack.security.authz.store.roles.index.cache.ttl` settings have
  16. been removed. These settings have been redundant and deprecated
  17. since the 5.2 release of {es}.