Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpc access log with set filter state #10689

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/data/ProtoMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,12 @@ apis:
selectors.core.gloo.solo.io.Selector:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/core/selectors/selectors.proto.sk/#Selector
package: selectors.core.gloo.solo.io
set_filter_state.options.gloo.solo.io.FilterStateValue:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/options/set_filter_state/set_filter_state.proto.sk/#FilterStateValue
package: set_filter_state.options.gloo.solo.io
set_filter_state.options.gloo.solo.io.SetFilterState:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/options/set_filter_state/set_filter_state.proto.sk/#SetFilterState
package: set_filter_state.options.gloo.solo.io
shadowing.options.gloo.solo.io.RouteShadowing:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/options/shadowing/shadowing.proto.sk/#RouteShadowing
package: shadowing.options.gloo.solo.io
Expand Down Expand Up @@ -1706,6 +1712,9 @@ apis:
solo.io.envoy.config.core.v3.HttpUri:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/http_uri.proto.sk/#HttpUri
package: solo.io.envoy.config.core.v3
solo.io.envoy.config.core.v3.JsonFormatOptions:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/substitution_format_string.proto.sk/#JsonFormatOptions
package: solo.io.envoy.config.core.v3
solo.io.envoy.config.core.v3.Locality:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/base.proto.sk/#Locality
package: solo.io.envoy.config.core.v3
Expand Down Expand Up @@ -1748,6 +1757,9 @@ apis:
solo.io.envoy.config.core.v3.SocketOption:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/socket_option.proto.sk/#SocketOption
package: solo.io.envoy.config.core.v3
solo.io.envoy.config.core.v3.SubstitutionFormatString:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/substitution_format_string.proto.sk/#SubstitutionFormatString
package: solo.io.envoy.config.core.v3
solo.io.envoy.config.core.v3.TcpKeepalive:
relativepath: reference/api/github.com/solo-io/gloo/projects/gloo/api/external/envoy/config/core/v3/address.proto.sk/#TcpKeepalive
package: solo.io.envoy.config.core.v3
Expand Down
120 changes: 120 additions & 0 deletions install/helm/gloo/crds/gateway.solo.io_v1_Gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,62 @@ spec:
sanitizeClusterHeader:
nullable: true
type: boolean
setFilterState:
properties:
onRequestHeaders:
items:
properties:
factoryKey:
type: string
formatString:
properties:
contentType:
type: string
formatters:
items:
properties:
name:
type: string
typedConfig:
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
type: array
jsonFormat:
type: object
x-kubernetes-preserve-unknown-fields: true
jsonFormatOptions:
properties:
sortProperties:
type: boolean
type: object
omitEmptyValues:
type: boolean
textFormat:
type: string
textFormatSource:
properties:
filename:
type: string
inlineBytes:
format: byte
type: string
inlineString:
type: string
type: object
type: object
objectKey:
type: string
readOnly:
type: boolean
sharedWithUpstream:
type: string
x-kubernetes-int-or-string: true
skipIfEmpty:
type: boolean
type: object
type: array
type: object
statefulSession:
properties:
cookieBased:
Expand Down Expand Up @@ -3427,6 +3483,62 @@ spec:
sanitizeClusterHeader:
nullable: true
type: boolean
setFilterState:
properties:
onRequestHeaders:
items:
properties:
factoryKey:
type: string
formatString:
properties:
contentType:
type: string
formatters:
items:
properties:
name:
type: string
typedConfig:
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
type: array
jsonFormat:
type: object
x-kubernetes-preserve-unknown-fields: true
jsonFormatOptions:
properties:
sortProperties:
type: boolean
type: object
omitEmptyValues:
type: boolean
textFormat:
type: string
textFormatSource:
properties:
filename:
type: string
inlineBytes:
format: byte
type: string
inlineString:
type: string
type: object
type: object
objectKey:
type: string
readOnly:
type: boolean
sharedWithUpstream:
type: string
x-kubernetes-int-or-string: true
skipIfEmpty:
type: boolean
type: object
type: array
type: object
statefulSession:
properties:
cookieBased:
Expand Down Expand Up @@ -6242,6 +6354,10 @@ spec:
items:
type: string
type: array
filterStateObjectsToLog:
items:
type: string
type: array
logName:
type: string
staticClusterName:
Expand Down Expand Up @@ -6417,6 +6533,10 @@ spec:
items:
type: string
type: array
filterStateObjectsToLog:
items:
type: string
type: array
logName:
type: string
staticClusterName:
Expand Down
56 changes: 56 additions & 0 deletions install/helm/gloo/crds/gateway.solo.io_v1_HttpListenerOption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,62 @@ spec:
sanitizeClusterHeader:
nullable: true
type: boolean
setFilterState:
properties:
onRequestHeaders:
items:
properties:
factoryKey:
type: string
formatString:
properties:
contentType:
type: string
formatters:
items:
properties:
name:
type: string
typedConfig:
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
type: array
jsonFormat:
type: object
x-kubernetes-preserve-unknown-fields: true
jsonFormatOptions:
properties:
sortProperties:
type: boolean
type: object
omitEmptyValues:
type: boolean
textFormat:
type: string
textFormatSource:
properties:
filename:
type: string
inlineBytes:
format: byte
type: string
inlineString:
type: string
type: object
type: object
objectKey:
type: string
readOnly:
type: boolean
sharedWithUpstream:
type: string
x-kubernetes-int-or-string: true
skipIfEmpty:
type: boolean
type: object
type: array
type: object
statefulSession:
properties:
cookieBased:
Expand Down
8 changes: 8 additions & 0 deletions install/helm/gloo/crds/gateway.solo.io_v1_ListenerOption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ spec:
items:
type: string
type: array
filterStateObjectsToLog:
items:
type: string
type: array
logName:
type: string
staticClusterName:
Expand Down Expand Up @@ -355,6 +359,10 @@ spec:
items:
type: string
type: array
filterStateObjectsToLog:
items:
type: string
type: array
logName:
type: string
staticClusterName:
Expand Down
Loading
Loading