-
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.
Fixing issue where bundle plugin could panic on reconfiguration (SDK …
…use) (#7300) Fixing issue where bundle plugin would panic on reconfiguration if module rego-version is missing in bundle manifest. * Passing runtime rego-version to deactivation options * Preferring to pull rego-version from parsed modules if present This solves an edge case when using the OPA SDK, and should not affect standalone OPA. Fixes: #7297 Signed-off-by: Johan Fylling <johan.dev@fylling.se>
- Loading branch information
1 parent
e47bd4f
commit b032e3b
Showing
5 changed files
with
367 additions
and
57 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
Oops, something went wrong.