Skip to content

Commit

Permalink
[DOCS] Fix whitespace in 7.15 breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Sep 16, 2021
1 parent 04ba993 commit c91ce5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/migration/migrate_7_15.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ another store type.
In 6.0, we deprecated the `accept_default_password` cluster setting. We removed
support for default passwords in 6.0 but did not remove the setting for
backwards compatibility. In 8.0, we will remove the setting.
*Impact* +
To avoid deprecation warnings, discontinue use of the setting.
====
Expand All @@ -114,11 +115,14 @@ To avoid deprecation warnings, discontinue use of the setting.
====
*Details* +
In 5.2, we deprecated the following cluster settings:
* `xpack.security.authz.store.roles.index.cache.max_size`
* `xpack.security.authz.store.roles.index.cache.ttl`
These native role cache settings have been unused since 5.2, but we did not
remove the settings for backwards compatibility. In 8.0, we will remove the
settings.
*Impact* +
To avoid deprecation warnings, discontinue use of the settings.
====
Expand Down

0 comments on commit c91ce5b

Please sign in to comment.