Document the deprecation of the 'auth.password' setting (#53822)

This commit is contained in:
Dan Hermann 2020-03-23 08:58:25 -05:00 committed by GitHub
parent b51ea25a00
commit 0528e2b06b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -51,6 +51,13 @@ will fail to start.
The `order` config of authentication realms must be unique in version 8.0.0.
If you configure more than one realm of any type with the same order, the node will fail to start.
[discrete]
[[deprecate-insecure-monitoring-password]]
==== Deprecation of insecure monitoring password setting
The `auth.password` setting for the monitoring HTTP exporter has been deprecated and will be
removed in version 8.0.0. Please use the `auth.secure_password` setting instead.
[discrete]
[[breaking_77_search_changes]]
=== Search changes