Open
Description
Elasticsearch Version
8.18.1
Installed Plugins
No response
Java Version
bundled
OS Version
cloud
Problem Description
When there's a snapshot repo with incorrect credentials it can block loading the list of snapshots.
Steps to Reproduce
- add keystore values for client access/secret keys (invalid ones for example)
- update repo to use the client with the invalid credentials
- reload secure settings (ie: POST _nodes/reload_secure_settings)
GET /_snapshot/*/*
- should 500 error
Logs (if relevant)
No response