Skip to content

Policy Reporter UI

Frank Jogeleit edited this page Mar 21, 2021 · 18 revisions

How it works

Policy Reporter UI is an additional application and communicate with Policy Reporter over the optional REST API. By installing the UI along with the Policy Reporter Helm Chart, the REST API will be automatically enabled.

Installation with Helm

helm repo add policy-reporter https://fjogeleit.github.io/policy-reporter
helm repo update
helm install policy-reporter policy-reporter/policy-reporter --set ui.enabled=true -n policy-reporter --create-namespace

Accessing via Port Forward

kubectl port-forward service/policy-reporter-ui 8082:8080 -n policy-reporter

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

Customization

The UI Subchart provides its own values.yaml with various possible customization options.

Screenshots

Policy Reporter UI - Dashboard

Policy Reporter UI - PolicyReport Details

Policy Reporter UI - ClusterPolicyReport Details

Policy Reporter UI - Log
Clone this wiki locally