use sync.yaml -> config to load some CRDs to evaluate my OPA Gatekeeper in EKS #166
Unanswered
peteroneilljr
asked this question in
Gatekeeper
Replies: 1 comment
-
There is a formatting issue with the API groups in Github but it sounds like there might be an error referencing objects. Please see here for formatting: https://github.com/open-policy-agent/gatekeeper/blob/master/website/docs/sync.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Original Requestor: raje.g.995
Original Thread: https://openpolicyagent.slack.com/archives/CBR63TK2A/p1648828146.908049
Message:
Hi, I am trying to use sync.yaml -> config to load some CRDs to evaluate my OPA Gatekeeper in EKS.
I am facing issues in loading those CRDS. I have installed the sync.yaml correctly.
Steps followed -
Installed OPA
Installed sync.yaml to load the CRDs dynamically.
Issue :
While evaluating the policy in the constrainttemplate , OPA is not able to list those objects.
Sample sync.yaml
Sample policy constrainttemplate
Here the dpcObject value is {} and instead of NOTFOUND , when the corresponding object - DeveloperProjectControl is not present in the namespace.
Beta Was this translation helpful? Give feedback.
All reactions