-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pool: Save hsm load provider to setup file
Motivation: See GitHub #7251 When a hsm provider was dynamically loaded, it doesn't appear in the pools setup file after using save. Modification: hsm load and hsm unload are now annotated with @AffectsSetup and the load command is written to setup file if save is executed. To get the path of the provider after it is created, I added a ConcurrentHashMap with the provider object as key and the path as value. Result: When executing save, hsm load is written to the setup-file. Target: master Request: 9.1 Acked by: Tigran Require-notes: yes Require-book: yes
- Loading branch information
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters