mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 09:54:55 +00:00
This change fixes an incorrect check for a missing password setting for the PKI realm. The check only allowed the secure setting to be used for the PkiRealm password even though the legacy setting is still valid. This change fixes the check. Relates elastic/x-pack-elasticsearch#2487 Original commit: elastic/x-pack-elasticsearch@a4524c2c05