-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.yml
32 lines (32 loc) · 990 Bytes
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
rules:
- apiGroups:
- '*'
apiVersions:
- '*'
resources:
- '*'
operations:
- CREATE
- UPDATE
- DELETE
- CONNECT
mutating: false
contextAware: false
backgroundAudit: false
executionMode: kubewarden-wapc
annotations:
# artifacthub specific
io.artifacthub.displayName: Echo
io.artifacthub.resources: '*'
io.artifacthub.keywords: developer
# kubewarden specific
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/echo
io.kubewarden.policy.title: echo
io.kubewarden.policy.description: A policy that echoes back Kubernetes' AdmissionReview
- useful for Policy Authors
io.kubewarden.policy.author: Kubewarden developers <[email protected]>
io.kubewarden.policy.url: https://github.com/kubewarden/echo
io.kubewarden.policy.source: https://github.com/kubewarden/echo
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.category: Debug
io.kubewarden.policy.severity: info