Skip to content

Commit d6817ff

Browse files
committed
crd update
1 parent af5ea88 commit d6817ff

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

crd/auth/auth-crd.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,3 @@ spec:
531531
oneOf:
532532
- required: [resource]
533533
- required: [expression]
534-
535-
required:
536-
- servicenames

crd/ratelimit/ratelimit-crd.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,17 @@ spec:
8888
redirect_url:
8989
type: string
9090
description: "Redirect-URL"
91+
logpackets:
92+
type: object
93+
description: 'Adds an audit message action. The action specifies whether to log the message, and to which log.'
94+
properties:
95+
logexpression:
96+
description: 'Default-syntax expression that defines the format and content of the log message.'
97+
type: string
98+
maxLength: 7991
99+
loglevel:
100+
description: 'Audit log level, which specifies the severity level of the log message being generated.'
101+
type: string
102+
enum: ["EMERGENCY", "ALERT", "CRITICAL", "ERROR", "WARNING", "NOTICE", "INFORMATIONAL", "DEBUG"]
103+
required: [logexpression, loglevel]
91104
required: [req_threshold]

crd/rewrite-responder-policies-deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ spec:
3838
spec:
3939
type: object
4040
properties:
41+
ingressclass:
42+
type: string
43+
description: "Ingress class, if not specified then all citrix ingress controllers in the cluster will process the resource otherwise only the controller with that ingress class will process this resource"
4144
rewrite-policies:
4245
type: array
4346
items:

0 commit comments

Comments
 (0)