policy-reporter

Monitoring and Observability Tool for the PolicyReport CRD with an optional UI.

MIT License

Stars
250
Committers
56

Bot releases are visible (Hide)

policy-reporter - policy-reporter-2.9.4

Published by fjogeleit over 2 years ago

Policy Reporter

  • Add AWS Kinesis compatible target
  • Add new Helm value profiling.enabled to enable pprof profiling, disabled by default
  • Improved Informer handling
policy-reporter - policy-reporter-2.9.3

Published by fjogeleit over 2 years ago

Policy Reporter

  • Fix grafana.dashboards.value type conversion [fix #158]
policy-reporter - policy-reporter-2.9.2

Published by fjogeleit over 2 years ago

Policy Reporter

  • Add grafana.dashboards.value value to configure the ConfigMap label value for the Prometheus Operator by [#157 by stone-z]
policy-reporter - policy-reporter-2.9.1

Published by fjogeleit over 2 years ago

2.9.1

Policy Reporter

  • Name Configuration for Target (Channels) to customize UI Labels

Policy Reporter UI

  • Fix table search on chip selection
  • Order labels
  • Return 404 Status Code for non existing URL paths

2.9.0

Policy Reporter

  • SQLite Improvement: Use batch insertion for PolicyReportResults
  • PolicyReport Informer Update: Use typed informer to improve performance and memory usage
  • Drop support for v1alpha1 of the PolicyReport CRD
  • Serverside Pagination for better Dashboard performance
  • Concurrent PolicyReport processing
  • New configuration to use Redis as external result caching store (See the docs for details)

Policy Reporter UI

  • Serverside Pagination support
  • Dynamic Chart sizes
  • Policy Reporter Kyverno Plugin

Policy Reporter Kyverno Plugin

  • Generate Policy Reports for enforcement violations (see the docs for details)
policy-reporter - policy-reporter-2.9.0

Published by fjogeleit over 2 years ago

Policy Reporter

  • SQLite Improvement: Use batch insertion for PolicyReportResults
  • PolicyReport Informer Update: Use typed informer to improve performance and memory usage
  • Drop support for v1alpha1 of the PolicyReport CRD
  • Serverside Pagination for better Dashboard performance
  • Concurrent PolicyReport processing
  • New configuration to use Redis as external result caching store (See the docs for details)

Policy Reporter UI

  • Serverside Pagination support
  • Dynamic Chart sizes

Policy Reporter Kyverno Plugin

  • Generate Policy Reports for enforcement violations (see the docs for details)
policy-reporter - policy-reporter-2.8.0

Published by fjogeleit over 2 years ago

New filters property for targets configuration

  • filter results send to a configured target by exclude and include rules for namesapces, priorities and policies
  • supports wildcards for policies and namespaces

New channels property for targets configuration

  • channels allow you to define multiple configurations of the same type of target. Thus, in combination with filters, you can route your notifications to different target configurations. Channels have the same configuration properties as the root target configuration.

See the Documentation for more details and examples.

New webhook target

  • this target is a simple way to send notifications to custom tools and APIs
  • results are send as POST requests with a JSON representation of the result
  • the headers properties allows you to send custom header with the request to allow for example authentication
policy-reporter - policy-reporter-2.7.1

Published by fjogeleit over 2 years ago

Policy Reporter

  • Add Resource APIVersion to the Results REST APIs
policy-reporter - policy-reporter-2.7.0

Published by fjogeleit over 2 years ago

Policy Reporter

  • PolicyReport Filter:
    • PolicyReporter CRD Filter by Namespaces
    • Disable ClusterPolicyReport CRD processing

See Report Filter Documentation for details

policy-reporter - policy-reporter-2.6.3

Published by fjogeleit over 2 years ago

Policy Reporter

  • Fix Debouncer has wrong reference to OldPolicyReport when a result was cached.
policy-reporter - policy-reporter-2.6.2

Published by fjogeleit over 2 years ago

  • Policy Reporter

    • Update Go to 1.17.8
    • Add serviceMonitor.relabelings and serviceMonitor.metricRelabelings for ServiceMonitor configuration in the monitoring Subchart.
    • Add kyverno.serviceMonitor.relabelings and kyverno.serviceMonitor.metricRelabelings for the KyvernoPlugin ServiceMonitor configuration in the monitoring Subchart.
  • Policy Reporter UI

    • Update Go to 1.17.8
  • Policy Reporter KyvernoPlugin

    • Update Go to 1.17.8
policy-reporter - policy-reporter-2.6.1

Published by fjogeleit over 2 years ago

Update Policy Reporter UI to v1.3.2

  • Support access over Subpaths, e.g. Rancher Reverse Proxy

Update Policy Reporter Monitoring to v2.1.0

  • Fix Failing ClusterPolicyRules Columns of the PolicyReports Dashboard
  • Add Filter to the PolicyReports Dashboard
policy-reporter - policy-reporter-2.6.0

Published by fjogeleit over 2 years ago

Add seccomp profile support [#120 by eddycharly]

policy-reporter - policy-reporter-2.5.0

Published by fjogeleit over 2 years ago

New Policy Reporter API to get a list of available resources
New Filter for Policies, Kinds, Categories and Results APIs

policy-reporter - policy-reporter-2.4.0

Published by fjogeleit over 2 years ago

Add Support for custom Loki labels

policy-reporter - policy-reporter-2.3.0

Published by fjogeleit over 2 years ago

Policy Reporter

Policy Reporter UI

Policy Reporter KyvernoPlugin

policy-reporter - policy-reporter-2.2.6

Published by fjogeleit over 2 years ago

Use upper case on drop capabilities [#113 by skuethe]

policy-reporter - policy-reporter-2.2.5

Published by fjogeleit over 2 years ago

Policy Reporter

  • Update Go to 1.17.6 [#110 by realshuting]
  • Update Helm Chart with new component versions
  • Update dependencies

Policy Reporter UI

Policy Reporter KyvernoPlugin

policy-reporter - policy-reporter-2.2.4

Published by fjogeleit over 2 years ago

Fix PolicyReport Mapper - string casting

policy-reporter - policy-reporter-2.2.3

Published by fjogeleit over 2 years ago

Fix Helm Chart uihost template function.

policy-reporter - policy-reporter-2.2.2

Published by fjogeleit over 2 years ago

Fix Helm Chart values.yaml. Cleanup unused default configurations. [#103 by AndersBennedsgaard]