-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(feat):Kyverno Adapter #77
Conversation
0098de3
to
f2e37cf
Compare
In a follow-up PR add a helm chart and include this in our release adapters and adapter images build jobs: https://github.com/5GSEC/nimbus/tree/main/deployments nimbus/.github/workflows/latest-release.yaml Lines 33 to 34 in b91563b
nimbus/.github/workflows/pr-checks.yaml Lines 85 to 86 in b91563b
|
@anurag-rajawat I have addressed all your reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase and some comments to address then we're good to merge this.
On running make from root directory I'm getting the below error: ❯ make
/Users/anurag/projects/work/nimbus/bin/controller-gen rbac:roleName=nimbus-operator crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
Error: load packages in root "/Users/anurag/projects/work/nimbus/pkg/adapter/nimbus-kyverno": err: exit status 1: stderr: go: github.com/emicklei/go-restful/[email protected]: missing go.sum entry for go.mod file; to add it:
go mod download github.com/emicklei/go-restful/v3 Please update the dependencies by executing the below command from the kyverno-adapter directory: go mod tidy |
Please address this comment. |
Signed-off-by: Ved Ratan <[email protected]> updated adapter for namespaced policy Signed-off-by: Ved Ratan <[email protected]> added clusterpolicy logic Signed-off-by: Ved Ratan <[email protected]> minor fixes Signed-off-by: Ved Ratan <[email protected]>
@anurag-rajawat I had addressed your comments, I guess we are good to merge this one. |
Signed-off-by: Anurag Rajawat <[email protected]>
e389233
to
8ff8d17
Compare
Description
This PR introduces a new kyverno adapter for escapeToHost issue.Fixes # (issue)
Closes #76
Does this PR introduce a breaking change?
Checklist
<type>: <description>
conventionAdditional information for reviewer
Mention if this PR is part of any design or a continuation of previous PRs