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
# secreRef: "" # name of an existing secret to read the clusterconfiguration from, supported keys: api, kyvernoApi, username, password, skipTLS, certificate
@@ -71,27 +54,29 @@ clusters: []
71
54
# labelFilter: ["owner"]
72
55
labelFilter: []
73
56
57
+
defaultFilter:
58
+
resources:
59
+
- Deployment
60
+
- CronJob
61
+
- DaemonSet
62
+
- StatefulSet
63
+
- Service
64
+
- Secret
65
+
- ConfigMap
66
+
clusterResources:
67
+
- Node
68
+
- Namespace
69
+
74
70
# Proxy request logging
75
71
logging:
76
-
encoding: console # possible encodings are console and json
77
-
logLevel: 0# default info
72
+
enabled: false # enables access logging for proxy requests
73
+
encoding: console # possible encodings are console and json
74
+
logLevel: 0# default info
78
75
development: false # more human readable structure, removes log sampling
79
76
80
-
api:
81
-
logging: false # enables access logging for proxy requests, sets log level to debug
77
+
server:
82
78
overwriteHost: true # overwrites request host and sets X-Forwarded--Host and X-Origin-Host headers
83
79
84
-
# use redis as external log storage instead of an in memory store
85
-
# recommended when using a HA setup with more then one replica
86
-
# to get all logs on each instance
87
-
redis:
88
-
enabled: false
89
-
address: ""
90
-
database: 0
91
-
prefix: "policy-reporter-ui"
92
-
username: ""
93
-
password: ""
94
-
95
80
# configurations related to the PolicyReporter API
0 commit comments