Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add deprecation docs for obselete security settings #77798

Merged
merged 4 commits into from
Sep 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/reference/migration/migrate_7_15.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ your application to {es} 7.15.
See also <<release-highlights>> and <<es-release-notes>>.

* <<breaking_715_indices_deprecations>>
* <<breaking_715_security_deprecations>>
* <<breaking_715_settings_deprecations>>

////
Expand Down Expand Up @@ -70,6 +71,37 @@ new indices or index templates. Reindex any index using `simplefs` into one with
another store type.
====

[discrete]
[[breaking_715_security_deprecations]]
==== Security deprecations

[[deprecate-accept_default_password]]
.The `accept_default_password` setting is deprecated.
[%collapsible]
====
*Details* +
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.
====

[[deprecate-native-role-cache-settings]]
.Native role cache settings are deprecated.
[%collapsible]
====
*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.
====

[discrete]
[[breaking_715_settings_deprecations]]
==== Settings deprecations
Expand Down