mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
As a precursor for #50892, this PR deprecate the behaviour of file and/or native realm being implicitly disabled when there are other explicitly configured realms. With this change, the recommend way of disabling file/native realm is to explicitly set enabled to false, e.g.: xpack.security.authc.realms.file.default_file.enabled: false This PR ensures that a warning is generated whenever file and/or native realm is implicitly disabled. This change also brings a question about the order parameter. Currently, the order parameter is mandatory in 8.0 and gets a warning message if it is missing in 7.x. However, it makes sense to not specify the order parameter if the realm is disabled. So I also updated the order parameter related code to do just that. |
||
---|---|---|
.. | ||
apis | ||
migrate_7_0 | ||
index.asciidoc | ||
migrate_7_0.asciidoc | ||
migrate_7_1.asciidoc | ||
migrate_7_2.asciidoc | ||
migrate_7_3.asciidoc | ||
migrate_7_4.asciidoc | ||
migrate_7_5.asciidoc | ||
migrate_7_6.asciidoc | ||
migrate_7_7.asciidoc | ||
migrate_7_8.asciidoc | ||
migrate_7_9.asciidoc | ||
migrate_7_10.asciidoc | ||
migrate_7_11.asciidoc | ||
migrate_7_12.asciidoc | ||
migrate_7_13.asciidoc | ||
migration.asciidoc |