You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reaching out to you to know more about plugins for the "Policy reporter UI".
In the documentation I can see some references about "Kube Bench" and "Falco" (maybe in earlier versions of the Policy Reporter UI).
I tried to understand the documentation about the "plugin system", but I don't really see how to add a custom plugin for Falco or Kube Bench for example.
Should I implement a plugin in this repository for example? Or do we have a more straight forward way to reference a new plugin?
I can for sure help on that.
Best regards.
The text was updated successfully, but these errors were encountered:
Es the documentation explains are plugins away to add additional metadata to engines and there policies into the UI. They are not required to enable general support for an engine. Tools like Falco or KubeBench already work out of the box as soon as they generate (Cluster)PolicyReport resources.
In case of Falco you need e.g. to enable the PolicyReport Output in Falcosidekick.
A Falco plugin could add details to the underlaying rule which are not available in the PolicyReport output.
A Plugin is a Webservice which provides a defined set of API routes and JSON Responses as described in the docs. Plugins within the plugin repo are the current official maintained ones. You can create your own repo or contribute it to the existing mono repo.
I don't have a template or something right now. Also the used programming language and/or frameworks are not restricted in any way. You could only use the existing plugins as reference.
Hello,
I am reaching out to you to know more about plugins for the "Policy reporter UI".
In the documentation I can see some references about "Kube Bench" and "Falco" (maybe in earlier versions of the Policy Reporter UI).
I tried to understand the documentation about the "plugin system", but I don't really see how to add a custom plugin for Falco or Kube Bench for example.
Should I implement a plugin in this repository for example? Or do we have a more straight forward way to reference a new plugin?
I can for sure help on that.
Best regards.
The text was updated successfully, but these errors were encountered: