forked from open-policy-agent/opa
-
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.
plugins/bundle: Support for loading signed bundles from disk
Earlier when loading bundles from disk, we weren't providing the bundle verification config that would be needed to read a signed bundle that may have been persisted to disk in the past. This changes adds support for loading signed bundles from disk by providing the bundle verification config (if any) to the bundle reader. Fixes: open-policy-agent#2824 Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
- Loading branch information
1 parent
c9e1d02
commit d470fc6
Showing
2 changed files
with
79 additions
and
13 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