github.com/nginxinc/kubernetes-ingress@v1.12.5/examples-of-custom-resources/waf/ap-apple-uds.yaml (about) 1 apiVersion: appprotect.f5.com/v1beta1 2 kind: APUserSig 3 metadata: 4 name: apple 5 spec: 6 signatures: 7 - accuracy: medium 8 attackType: 9 name: Brute Force Attack 10 description: Medium accuracy user defined signature with tag (Fruits) 11 name: Apple_medium_acc 12 risk: medium 13 rule: content:"apple"; nocase; 14 signatureType: request 15 systems: 16 - name: Microsoft Windows 17 - name: Unix/Linux 18 tag: Fruits