1
0
Fork 0
mirror of https://github.com/kyverno/policy-reporter.git synced 2024-12-14 11:57:32 +00:00
Monitoring and Observability Tool for the PolicyReport CRD with an optional UI.
Find a file
Vidar Normann 66e5767ee2
Feature: extraVolumes for ui-component of chart (#580)
* automountServiceAccountToken should use value specified in Helm chart

Signed-off-by: Vidar Anima Normann <vidar-anima.normann@soprasteria.com>

* Fix typo in documentation maount->mount

Signed-off-by: Vidar Anima Normann <vidar-anima.normann@soprasteria.com>

* Add automountServiceAccountToken that matches Values in deployments for ui, kyverno-plugin and trivy-plugin

Signed-off-by: Vidar Anima Normann <vidar-anima.normann@soprasteria.com>

* Correct improper reference to automount-attribute for kyverno and trivy plugins

Signed-off-by: Vidar Anima Normann <vidar-anima.normann@soprasteria.com>

* feat(http): Support Proxy ENV values for HTTP Clients (#569)

* feat(http): Support Proxy ENV values for HTTP Clients

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>

* chore(actions): Update Trivy DB repository

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>

---------

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>

* release-3.0.0-rc.9 (#571)

Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>

* Add support for extraVolumes for ui in values.yaml

Signed-off-by: Vidar Anima Normann <vidar-anima.normann@soprasteria.com>

* Use extraVolumes values in ui-deployment

Signed-off-by: Vidar Anima Normann <vidar-anima.normann@soprasteria.com>

---------

Signed-off-by: Vidar Anima Normann <vidar-anima.normann@soprasteria.com>
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
Co-authored-by: Vidar Anima Normann <vidar-anima.normann@soprasteria.com>
Co-authored-by: Frank Jogeleit <frank.jogeleit@web.de>
2024-11-17 10:25:24 +01:00
.github feat(http): Support Proxy ENV values for HTTP Clients (#569) 2024-11-13 08:57:56 +00:00
charts/policy-reporter Feature: extraVolumes for ui-component of chart (#580) 2024-11-17 10:25:24 +01:00
cmd Policy Reporter v3 (#482) 2024-10-07 11:10:46 +02:00
docs Policy Reporter v3 (#482) 2024-10-07 11:10:46 +02:00
pkg feat(http): Support Proxy ENV values for HTTP Clients (#569) 2024-11-13 08:57:56 +00:00
scripts Policy Reporter v3 (#482) 2024-10-07 11:10:46 +02:00
templates API to render Violations Report (#429) 2024-05-04 10:04:27 +02:00
.dockerignore Internal Rewrite (#91) 2021-12-13 16:02:40 +01:00
.gitignore Policy Reporter v3 (#482) 2024-10-07 11:10:46 +02:00
CHANGELOG.md Policy Reporter v3 (#482) 2024-10-07 11:10:46 +02:00
CODE_OF_CONDUCT.md Add COC and Contribution docs 2022-08-29 21:31:45 +02:00
CONTRIBUTING.md Add COC and Contribution docs 2022-08-29 21:31:45 +02:00
DEMO.md Policy Reporter v3 (#482) 2024-10-07 11:10:46 +02:00
Dockerfile Policy Reporter v3 (#482) 2024-10-07 11:10:46 +02:00
go.mod Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.3 to 1.67.0 (#573) 2024-11-15 09:12:29 +01:00
go.sum Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.3 to 1.67.0 (#573) 2024-11-15 09:12:29 +01:00
LICENSE.md init 2021-02-20 00:58:01 +01:00
main.go External SQL DB support (#304) 2023-05-02 11:00:14 +02:00
Makefile Policy Reporter v3 (#482) 2024-10-07 11:10:46 +02:00
policy.yaml Policy Reporter v3 (#482) 2024-10-07 11:10:46 +02:00
README.md Update README.md 2024-10-07 15:03:04 +02:00

Policy Reporter 3.x

CI Go Report Card Coverage Status

Screenshot Policy Reporter UI v2

Documentation

The documentation for Policy Reporter v3 can be found here: https://kyverno.github.io/policy-reporter-docs/

Getting Started

Installation with Helm v3

Installation via Helm Repository

Add the Helm repository

helm repo add policy-reporter https://kyverno.github.io/policy-reporter
helm repo update

Installation with Policy Reporter UI and Kyverno Plugin enabled

helm install policy-reporter policy-reporter/policy-reporter --create-namespace -n policy-reporter --devel --set ui.enabled=true --set kyverno-plugin.enabled=true
kubectl port-forward service/policy-reporter-ui 8082:8080 -n policy-reporter

Open http://localhost:8082/ in your browser.