Skip to content

Commit

Permalink
feat(waf): add Example RuleBlackList
Browse files Browse the repository at this point in the history
  • Loading branch information
azrod committed Dec 22, 2022
1 parent 411d29a commit 419e137
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions examples/waf/ruleblacklist.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: waf.flexibleengine.upbound.io/v1beta1
kind: RuleBlacklist
metadata:
annotations:
meta.upbound.io/example-id: waf/v1beta1/ruleblacklist
labels:
testing.upbound.io/example-name: example_waf_ruleblacklist
name: example-waf-ruleblacklist
spec:
forProvider:
address: 192.168.0.0/24
policyIdSelector:
matchLabels:
testing.upbound.io/example-name: example_waf_policy
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
a new rule.
type: string
policyIdRef:
description: Reference to a Policy to populate policyId.
description: Reference to a Policy in waf to populate policyId.
properties:
name:
description: Name of the referenced object.
Expand Down Expand Up @@ -112,7 +112,7 @@ spec:
- name
type: object
policyIdSelector:
description: Selector for a Policy to populate policyId.
description: Selector for a Policy in waf to populate policyId.
properties:
matchControllerRef:
description: MatchControllerRef ensures an object with the
Expand Down

0 comments on commit 419e137

Please # to comment.