-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugins/bundle: raise error on root conflict
This changes to detect bundle root conflicts when "activating" a bundle. The bundle in question will go into an error state and be prevented from loading its data or policies. If multiple bundles are being used, and one didn't define roots or have a manifest (ie they claim all roots), it will conflict with all other bundles and raise errors. **Note: This does NOT affect bundles loaded from CLI with --data** Fixes: #1635 Signed-off-by: Patrick East <[email protected]>
- Loading branch information
1 parent
fd4be71
commit 36981ba
Showing
2 changed files
with
111 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