Jaydip Gabani
Jaydip Gabani
We currently rely on configMaps for defining and reconciling pub-sub connections. While this approach offers simplicity, it has its limitations. One of the main challenges we face is the lack...
**Describe the solution you'd like** [A clear and concise description of what you want to happen.] Audit prevents publishing a violation if it fails on the first try. It would...
**Describe the solution you'd like** [A clear and concise description of what you want to happen.] With #2538 audit can now export violations using pubsub model. Expand the same use...
**Describe the solution you'd like** Right now Pubsub interface only supports the publishing of individual events. Add logic and functionality to support batch publishing as well since many of the...
After the current PR for pub-sub #2538 is merged, let's update the dummy-subscriber to import `PubsubMsg` struct from audit
This PR implements changes for multi ea/ep design For gatekeeper changes and CI tests refer to [PR gatekeeper/3321](https://github.com/open-policy-agent/gatekeeper/pull/3321)
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, using `fixes #(, fixes #, ...)` format, will close the issue(s) when the PR gets...
**What this PR does / why we need it**: - Removing `--audit-connection` and `--audit-channel` flags to reduce configuration complexity - Adding support to define channel/topic to publish messages within dapr...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, using `fixes #(, fixes #, ...)` format, will close the issue(s) when the PR gets...
It may be helpful for users to get all the information about available flags, their catagory of use (audit, webhook, mutation) into one consolidated page.