mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-15 17:50:58 +00:00
fd08aae022
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de> |
||
---|---|---|
.. | ||
config-core.yaml | ||
config-kyverno-plugin.yaml | ||
config-ui.yaml | ||
install.yaml | ||
namespace.yaml | ||
README.md | ||
redis.yaml |
Policy Reporter Configuration
Encoded configuraion from config-core.yaml
Seet the Documentation for a full reference of all possible configurations
# send pushes to the Policy Reporter UI
ui:
host: http://policy-reporter-ui:8082
minimumPriority: "warning"
skipExistingOnStartup: true
# (optional) cache results in an central, external redis
redis:
enabled: true
address: "redis:6379"
database: 1
prefix: "policy-reporter"
Policy Reporter UI Configuration
Encoded configuraion from config-ui.yaml
Seet the Documentation for a full reference of all possible configurations
# central and external Log storage
# only needed if you use the "Logs" page and want to have all logs on each instance available
redis:
enabled: true
address: "redis:6379"
database: 1
prefix: "policy-reporter-ui"
Policy Reporter Kyverno Plugin Configuration
Encoded configuraion from config-kyverno-plugin.yaml
Seet the Documentation for a full reference of all possible configurations
# enables the creation of PolicyReports for blocked resources by enforce policies
blockReports:
enabled: true