feat(templates): add configmaps for opa-trino-rules and opa-trino-dat… - #24
Merged
Merged
Conversation
|
Please take a look at the PR description in order to provide information about what this PR is about |
10 tasks
abir-oumghar
reviewed
Aug 6, 2026
Contributor
There was a problem hiding this comment.
Reviewed together with OKDP/platform-packages#45, which consumes these ConfigMaps through the kube-mgmt sidecar. Tested both on a local kind sandbox: kube-mgmt loads the policy and the data. Two small things before merge, both left inline as suggestions.
SteBaum
force-pushed
the
feat/opa-configmaps
branch
from
August 6, 2026 12:33
4667c31 to
67aea1d
Compare
…a for opa-kube-managment
SteBaum
force-pushed
the
feat/opa-configmaps
branch
from
August 6, 2026 12:40
cab3159 to
26fade9
Compare
jsanc525
approved these changes
Aug 6, 2026
abir-oumghar
approved these changes
Aug 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.
…a for opa-kube-managment
Description
Two ConfigMaps have been added
helm/okdp-examples/templates/configmap-opa-trino-data.yamlandhelm/okdp-examples/templates/configmap-opa-trino-rules.yamlwith the same policies and data of their counterparts intrino_opa_policy. They are meant to be used by OPA when using the Kube-managment side car instead of OPAL which will use the policy and data in the latter directory.Related Issue
Fixes #23
Type of Change
How to Test
Checklist