✨ Add typed OPA config schema#617
Merged
Merged
Conversation
6bcb9b7 to
f72a35e
Compare
Add shared typed OPA config structs, wire the new System and ProjectConfig fields through the config merge path, and validate unknown top-level keys during config loading and reconciliation. Closes #616 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Restore customOPAConfig to *runtime.RawExtension so existing System resources with non-standard OPA keys are not rejected on read - Remove ValidateRaw from v1beta1.OPAConfigSpec.UnmarshalJSON; move validation of spec.opa.config to the admission webhook (write-only) - Fix nil pointer panic when legacy BundleServer or DecisionAPIConfig is absent (controller config without legacy OPA section) - Fix ToMap to use encoding/json instead of gopkg.in/yaml.v2 so that json: struct tags and runtime.RawExtension values are handled correctly - Fix scientific notation for large integers (UseNumber + int64 conversion) - Always emit bundles.authz.resource in the base ConfigMap Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: bdumpp <mpp@bankdata.dk>
f72a35e to
04cc464
Compare
bdjgs
reviewed
Jul 7, 2026
bdjgs
reviewed
Jul 7, 2026
bdjgs
reviewed
Jul 7, 2026
bdjgs
reviewed
Jul 7, 2026
bdjgs
reviewed
Jul 7, 2026
…OCP refactor Signed-off-by: bdumpp <mpp@bankdata.dk>
bdjgs
approved these changes
Jul 7, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add shared typed OPA config structs, wire the new System and ProjectConfig fields through the config merge path, and validate unknown top-level keys during config loading and reconciliation.
Closes #616