Open
Description
Today when invoking POST _nodes/reload_secure_settings
the response includes just a list of node IDs and names, which is not all that useful for diagnosing problems related to secure settings. Could we include more information about the keystore that was loaded on each node in the response? All of the following would be helpful, as long as they do not compromise security:
- absolute path to keystore file
- last-modified date of keystore file
- list of setting keys loaded on each node
I don't see an obvious reason why keeping this information hidden has any security benefits (but ofc security has lots of nonobvious concerns too).