Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/v1alpha1/oidc_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,5 @@ const (
type OIDCCookieConfig struct {
// +optional
// +kubebuilder:validation:Enum=Lax;Strict;None
// +kubebuilder:default=Strict
SameSite *string `json:"sameSite,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -3915,7 +3915,6 @@ spec:
By default, its unset.
properties:
sameSite:
default: Strict
enum:
- Lax
- Strict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3914,7 +3914,6 @@ spec:
By default, its unset.
properties:
sameSite:
default: Strict
enum:
- Lax
- Strict
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/api/extension_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -3355,7 +3355,7 @@ _Appears in:_

| Field | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `sameSite` | _string_ | false | Strict | |
| `sameSite` | _string_ | false | | |


#### OIDCCookieNames
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-crds-helm/all.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43435,7 +43435,6 @@ spec:
By default, its unset.
properties:
sameSite:
default: Strict
enum:
- Lax
- Strict
Expand Down
1 change: 0 additions & 1 deletion test/helm/gateway-crds-helm/envoy-gateway-crds.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26123,7 +26123,6 @@ spec:
By default, its unset.
properties:
sameSite:
default: Strict
enum:
- Lax
- Strict
Expand Down
Loading