Skip to content

Commit 1db6768

Browse files
committed
more
Signed-off-by: Takeshi Yoneda <[email protected]>
1 parent 2d15922 commit 1db6768

File tree

6 files changed

+68
-40
lines changed

6 files changed

+68
-40
lines changed

manifests/charts/ai-gateway-crds-helm/templates/aigateway.envoyproxy.io_aigatewayroutes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
Claims lists the names of resources, defined in spec.resourceClaims,
9595
that are used by this container.
9696
97-
This is an alpha field and requires enabling the
97+
This field depends on the
9898
DynamicResourceAllocation feature gate.
9999
100100
This field is immutable. It can only be set for containers.

manifests/charts/ai-gateway-crds-helm/templates/aigateway.envoyproxy.io_backendsecuritypolicies.yaml

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ spec:
301301
By default, its unset.
302302
properties:
303303
sameSite:
304-
default: Strict
305304
enum:
306305
- Lax
307306
- Strict
@@ -400,6 +399,12 @@ spec:
400399
required:
401400
- headers
402401
type: object
402+
disableTokenEncryption:
403+
description: |-
404+
Disable token encryption. When set to true, both the access token and the ID token will be stored in plain text.
405+
This option should only be used in secure environments where token encryption is not required.
406+
Default is false (tokens are encrypted).
407+
type: boolean
403408
forwardAccessToken:
404409
description: |-
405410
ForwardAccessToken indicates whether the Envoy should forward the access token
@@ -799,8 +804,7 @@ spec:
799804
items:
800805
description: HTTPStatus defines
801806
the http status code.
802-
exclusiveMaximum: true
803-
maximum: 600
807+
maximum: 599
804808
minimum: 100
805809
type: integer
806810
type: array
@@ -1333,8 +1337,7 @@ spec:
13331337
items:
13341338
description: HTTPStatus defines the
13351339
http status code.
1336-
exclusiveMaximum: true
1337-
maximum: 600
1340+
maximum: 599
13381341
minimum: 100
13391342
type: integer
13401343
type: array
@@ -1741,7 +1744,6 @@ spec:
17411744
By default, its unset.
17421745
properties:
17431746
sameSite:
1744-
default: Strict
17451747
enum:
17461748
- Lax
17471749
- Strict
@@ -1840,6 +1842,12 @@ spec:
18401842
required:
18411843
- headers
18421844
type: object
1845+
disableTokenEncryption:
1846+
description: |-
1847+
Disable token encryption. When set to true, both the access token and the ID token will be stored in plain text.
1848+
This option should only be used in secure environments where token encryption is not required.
1849+
Default is false (tokens are encrypted).
1850+
type: boolean
18431851
forwardAccessToken:
18441852
description: |-
18451853
ForwardAccessToken indicates whether the Envoy should forward the access token
@@ -2239,8 +2247,7 @@ spec:
22392247
items:
22402248
description: HTTPStatus defines
22412249
the http status code.
2242-
exclusiveMaximum: true
2243-
maximum: 600
2250+
maximum: 599
22442251
minimum: 100
22452252
type: integer
22462253
type: array
@@ -2773,8 +2780,7 @@ spec:
27732780
items:
27742781
description: HTTPStatus defines the
27752782
http status code.
2776-
exclusiveMaximum: true
2777-
maximum: 600
2783+
maximum: 599
27782784
minimum: 100
27792785
type: integer
27802786
type: array
@@ -3151,7 +3157,6 @@ spec:
31513157
By default, its unset.
31523158
properties:
31533159
sameSite:
3154-
default: Strict
31553160
enum:
31563161
- Lax
31573162
- Strict
@@ -3250,6 +3255,12 @@ spec:
32503255
required:
32513256
- headers
32523257
type: object
3258+
disableTokenEncryption:
3259+
description: |-
3260+
Disable token encryption. When set to true, both the access token and the ID token will be stored in plain text.
3261+
This option should only be used in secure environments where token encryption is not required.
3262+
Default is false (tokens are encrypted).
3263+
type: boolean
32533264
forwardAccessToken:
32543265
description: |-
32553266
ForwardAccessToken indicates whether the Envoy should forward the access token
@@ -3654,8 +3665,7 @@ spec:
36543665
items:
36553666
description: HTTPStatus defines
36563667
the http status code.
3657-
exclusiveMaximum: true
3658-
maximum: 600
3668+
maximum: 599
36593669
minimum: 100
36603670
type: integer
36613671
type: array
@@ -4195,8 +4205,7 @@ spec:
41954205
items:
41964206
description: HTTPStatus defines
41974207
the http status code.
4198-
exclusiveMaximum: true
4199-
maximum: 600
4208+
maximum: 599
42004209
minimum: 100
42014210
type: integer
42024211
type: array

manifests/charts/ai-gateway-crds-helm/templates/aigateway.envoyproxy.io_mcproutes.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -918,8 +918,7 @@ spec:
918918
items:
919919
description: HTTPStatus defines
920920
the http status code.
921-
exclusiveMaximum: true
922-
maximum: 600
921+
maximum: 599
923922
minimum: 100
924923
type: integer
925924
type: array
@@ -1452,8 +1451,7 @@ spec:
14521451
items:
14531452
description: HTTPStatus defines the
14541453
http status code.
1455-
exclusiveMaximum: true
1456-
maximum: 600
1454+
maximum: 599
14571455
minimum: 100
14581456
type: integer
14591457
type: array
@@ -1546,6 +1544,13 @@ spec:
15461544
type: object
15471545
type: object
15481546
type: object
1547+
cacheDuration:
1548+
default: 300s
1549+
description: |-
1550+
Duration is a string value representing a duration in time. The format is as specified
1551+
in GEP-2257, a strict subset of the syntax parsed by Golang time.ParseDuration.
1552+
pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$
1553+
type: string
15491554
uri:
15501555
description: |-
15511556
URI is the HTTPS URI to fetch the JWKS. Envoy's system trust bundle is used to validate the server certificate.

manifests/charts/ai-gateway-helm/crds/aigateway.envoyproxy.io_aigatewayroutes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spec:
9494
Claims lists the names of resources, defined in spec.resourceClaims,
9595
that are used by this container.
9696
97-
This is an alpha field and requires enabling the
97+
This field depends on the
9898
DynamicResourceAllocation feature gate.
9999
100100
This field is immutable. It can only be set for containers.

manifests/charts/ai-gateway-helm/crds/aigateway.envoyproxy.io_backendsecuritypolicies.yaml

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ spec:
301301
By default, its unset.
302302
properties:
303303
sameSite:
304-
default: Strict
305304
enum:
306305
- Lax
307306
- Strict
@@ -400,6 +399,12 @@ spec:
400399
required:
401400
- headers
402401
type: object
402+
disableTokenEncryption:
403+
description: |-
404+
Disable token encryption. When set to true, both the access token and the ID token will be stored in plain text.
405+
This option should only be used in secure environments where token encryption is not required.
406+
Default is false (tokens are encrypted).
407+
type: boolean
403408
forwardAccessToken:
404409
description: |-
405410
ForwardAccessToken indicates whether the Envoy should forward the access token
@@ -799,8 +804,7 @@ spec:
799804
items:
800805
description: HTTPStatus defines
801806
the http status code.
802-
exclusiveMaximum: true
803-
maximum: 600
807+
maximum: 599
804808
minimum: 100
805809
type: integer
806810
type: array
@@ -1333,8 +1337,7 @@ spec:
13331337
items:
13341338
description: HTTPStatus defines the
13351339
http status code.
1336-
exclusiveMaximum: true
1337-
maximum: 600
1340+
maximum: 599
13381341
minimum: 100
13391342
type: integer
13401343
type: array
@@ -1741,7 +1744,6 @@ spec:
17411744
By default, its unset.
17421745
properties:
17431746
sameSite:
1744-
default: Strict
17451747
enum:
17461748
- Lax
17471749
- Strict
@@ -1840,6 +1842,12 @@ spec:
18401842
required:
18411843
- headers
18421844
type: object
1845+
disableTokenEncryption:
1846+
description: |-
1847+
Disable token encryption. When set to true, both the access token and the ID token will be stored in plain text.
1848+
This option should only be used in secure environments where token encryption is not required.
1849+
Default is false (tokens are encrypted).
1850+
type: boolean
18431851
forwardAccessToken:
18441852
description: |-
18451853
ForwardAccessToken indicates whether the Envoy should forward the access token
@@ -2239,8 +2247,7 @@ spec:
22392247
items:
22402248
description: HTTPStatus defines
22412249
the http status code.
2242-
exclusiveMaximum: true
2243-
maximum: 600
2250+
maximum: 599
22442251
minimum: 100
22452252
type: integer
22462253
type: array
@@ -2773,8 +2780,7 @@ spec:
27732780
items:
27742781
description: HTTPStatus defines the
27752782
http status code.
2776-
exclusiveMaximum: true
2777-
maximum: 600
2783+
maximum: 599
27782784
minimum: 100
27792785
type: integer
27802786
type: array
@@ -3151,7 +3157,6 @@ spec:
31513157
By default, its unset.
31523158
properties:
31533159
sameSite:
3154-
default: Strict
31553160
enum:
31563161
- Lax
31573162
- Strict
@@ -3250,6 +3255,12 @@ spec:
32503255
required:
32513256
- headers
32523257
type: object
3258+
disableTokenEncryption:
3259+
description: |-
3260+
Disable token encryption. When set to true, both the access token and the ID token will be stored in plain text.
3261+
This option should only be used in secure environments where token encryption is not required.
3262+
Default is false (tokens are encrypted).
3263+
type: boolean
32533264
forwardAccessToken:
32543265
description: |-
32553266
ForwardAccessToken indicates whether the Envoy should forward the access token
@@ -3654,8 +3665,7 @@ spec:
36543665
items:
36553666
description: HTTPStatus defines
36563667
the http status code.
3657-
exclusiveMaximum: true
3658-
maximum: 600
3668+
maximum: 599
36593669
minimum: 100
36603670
type: integer
36613671
type: array
@@ -4195,8 +4205,7 @@ spec:
41954205
items:
41964206
description: HTTPStatus defines
41974207
the http status code.
4198-
exclusiveMaximum: true
4199-
maximum: 600
4208+
maximum: 599
42004209
minimum: 100
42014210
type: integer
42024211
type: array

manifests/charts/ai-gateway-helm/crds/aigateway.envoyproxy.io_mcproutes.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -918,8 +918,7 @@ spec:
918918
items:
919919
description: HTTPStatus defines
920920
the http status code.
921-
exclusiveMaximum: true
922-
maximum: 600
921+
maximum: 599
923922
minimum: 100
924923
type: integer
925924
type: array
@@ -1452,8 +1451,7 @@ spec:
14521451
items:
14531452
description: HTTPStatus defines the
14541453
http status code.
1455-
exclusiveMaximum: true
1456-
maximum: 600
1454+
maximum: 599
14571455
minimum: 100
14581456
type: integer
14591457
type: array
@@ -1546,6 +1544,13 @@ spec:
15461544
type: object
15471545
type: object
15481546
type: object
1547+
cacheDuration:
1548+
default: 300s
1549+
description: |-
1550+
Duration is a string value representing a duration in time. The format is as specified
1551+
in GEP-2257, a strict subset of the syntax parsed by Golang time.ParseDuration.
1552+
pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$
1553+
type: string
15491554
uri:
15501555
description: |-
15511556
URI is the HTTPS URI to fetch the JWKS. Envoy's system trust bundle is used to validate the server certificate.

0 commit comments

Comments
 (0)