kubewarden / kubewarden-controller

Manage admission policies in your Kubernetes cluster with ease
https://kubewarden.io
Apache License 2.0
188 stars 32 forks source link

Create a DotNet policy template #471

Open jvanz opened 1 year ago

jvanz commented 1 year ago

Create a Github template repository for the DotNet policies. This template should, as the Golang template, has the metadata files, basic policy structure to receive the admission review request, basic unit tests and e2e test.

prakrit55 commented 9 months ago

hey @jvanz, I will get it done

viccuad commented 9 months ago

Hi @prakrit55 ! Many thanks for offering to help. However, we have now the examples of DotNet policies in https://github.com/kubewarden/policy-sdk-dotnet/tree/main/example, which cover this issue as done.

We welcome contributors! I don't see any current good first issue for DotNet, but maybe something in the list of good first issues calls to you :).

viccuad commented 9 months ago

Reopening: this issue is about creating a repo template, and I misunderstood it and though it was about providing examples in DotNet.

The repo template would be similar to the go-policy-template or the rust-policy-template, for DotNet. It should include a small example policy (like the examples here), and provide with some github wokflows for DotNet (like the examples use).

@prakrit55 sorry for closing it prematurely. This is still available if you are interested! :). Feel free to comment and we can assign it to you.

flavio commented 9 months ago

@prakrit55 I've created this new repository. You can make a PR against it once you have something ready to be reviewed

prakrit55 commented 9 months ago

Hey @flavio, @viccuad I am not familiar with .net my bad, I commented but I will start contributing and try to get it done.