You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actions defines the set of actions to be performed when conditions match.
51
51
This CRD implementation currently supports only authenticate-oidc, authenticate-cognito, and fixed-response action types fully and forward and redirect actions partially
52
52
53
-
54
53
For other fields in forward and redirect actions, please use the standard Gateway API HTTPRoute or other route resources, which provide
55
54
native support for those conditions through the Gateway API specification.
56
55
57
-
58
56
At most one authentication action can be specified (either authenticate-oidc or authenticate-cognito).
59
57
items:
60
58
description: Action defines an action for a listener rule
@@ -84,7 +82,6 @@ spec:
84
82
description: |-
85
83
The set of user claims to be requested from the IdP. The default is openid .
86
84
87
-
88
85
To verify which scope values your IdP supports and how to separate multiple
89
86
values, see the documentation for your IdP.
90
87
type: string
@@ -155,7 +152,6 @@ spec:
155
152
description: |-
156
153
The set of user claims to be requested from the IdP. The default is openid .
157
154
158
-
159
155
To verify which scope values your IdP supports and how to separate multiple
160
156
values, see the documentation for your IdP.
161
157
type: string
@@ -313,7 +309,6 @@ spec:
313
309
Conditions defines the circumstances under which the rule actions will be performed.
314
310
This CRD implementation currently supports only the source-ip condition type
315
311
316
-
317
312
For other condition types (such as path-pattern, host-header, http-header, etc.),
318
313
please use the standard Gateway API HTTPRoute or other route resources, which provide
319
314
native support for those conditions through the Gateway API specification.
0 commit comments