forked from openwallet-foundation/acapy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add the ability to deny specific plugins from loading
As part of openwallet-foundation#1734, I found that the Revocation Notification V2 code failed to properly run due to the fact that the V1 code was deleting the DB objects before V2 could get to it. @dbluhm and I decided that adding an option to deny specific plugins from loading was one of the better solutions to the problem. Before the plugin has been initialized, any plugins listed within `--deny-plugins` will be unregistered to prevent them from initializing and potentially interferring with other plugins that have conflicts. Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
- Loading branch information
1 parent
67dc094
commit 7525af0
Showing
4 changed files
with
46 additions
and
0 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
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
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
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