Skip to content

Commit c7834a3

Browse files
committed
Configures AuthorizationPolicy for Monitoring services
Allows access to monitoring services so Knative Triggers don't return an RBAC error.
1 parent 5f04eb1 commit c7834a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

contrib/platiagro/installs/generic/authorization-policy.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,15 @@ spec:
104104
selector:
105105
matchLabels:
106106
seldon.io/model: "true"
107+
---
108+
apiVersion: security.istio.io/v1beta1
109+
kind: AuthorizationPolicy
110+
metadata:
111+
name: knative-serving
112+
namespace: anonymous
113+
spec:
114+
selector:
115+
matchLabels:
116+
monitoring: "true"
117+
rules:
118+
- {}

0 commit comments

Comments
 (0)