mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
If the KeyStoreWrapper is closed, then we cannot validate secure settings (because we no longer have access to them) The Realm group setting uses the "validate" method to ensure that child settings are correct, but it must ignore secure settings as it might get called after startup (e.g. during a settings diff) Original commit: elastic/x-pack-elasticsearch@b30db6bc62