Keymanager API: decrypt keystores in a thread pool #5438
Labels
meta-feature-request
Issues to track feature requests.
prio-high
Resolve issues as soon as possible.
scope-ux
Issues for CLI UX or general consumer UX.
Milestone
Similar to #5357, when importing keystores through the keymanager API we should decrypt in a thread pool to reduce the time it takes to import a lot of keys.
Based on existing tooling and use cases, there seems to be less of an requirement to import a lot of keys via API. Most operators with a lot of keys use
--importKeystores
or pre-import keys viavalidator import
. Other solutions that use keymanager API often call import per keystore separately as there is also the max body limit restriction enforced by the API which needs to be overriden separately by setting--keymanager.bodyLimit
.The text was updated successfully, but these errors were encountered: