Documentation ¶
Index ¶
- Variables
- type Sanitize
- func (*Sanitize) Descriptor() ([]byte, []int)deprecated
- func (x *Sanitize) GetCustomAuthServerName() string
- func (x *Sanitize) GetHeadersToRemove() []string
- func (*Sanitize) ProtoMessage()
- func (x *Sanitize) ProtoReflect() protoreflect.Message
- func (x *Sanitize) Reset()
- func (x *Sanitize) String() string
- type SanitizePerRoute
- func (*SanitizePerRoute) Descriptor() ([]byte, []int)deprecated
- func (x *SanitizePerRoute) GetCustomAuthServerName() string
- func (*SanitizePerRoute) ProtoMessage()
- func (x *SanitizePerRoute) ProtoReflect() protoreflect.Message
- func (x *SanitizePerRoute) Reset()
- func (x *SanitizePerRoute) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_solo_io_gloo_projects_gloo_api_external_envoy_extensions_extauth_sanitize_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Sanitize ¶
type Sanitize struct { HeadersToRemove []string `protobuf:"bytes,1,rep,name=headers_to_remove,json=headersToRemove,proto3" json:"headers_to_remove,omitempty"` // The name of the custom ext auth server // This is only set in the case where multiple auth servers exist. CustomAuthServerName string `protobuf:"bytes,2,opt,name=custom_auth_server_name,json=customAuthServerName,proto3" json:"custom_auth_server_name,omitempty"` // contains filtered or unexported fields }
func (*Sanitize) Descriptor
deprecated
func (*Sanitize) GetCustomAuthServerName ¶ added in v1.8.0
func (*Sanitize) GetHeadersToRemove ¶
func (*Sanitize) ProtoMessage ¶
func (*Sanitize) ProtoMessage()
func (*Sanitize) ProtoReflect ¶ added in v1.6.0
func (x *Sanitize) ProtoReflect() protoreflect.Message
type SanitizePerRoute ¶ added in v1.8.0
type SanitizePerRoute struct { // The name of the custom ext auth server // This is only set in the case where multiple auth servers exist. CustomAuthServerName string `protobuf:"bytes,1,opt,name=custom_auth_server_name,json=customAuthServerName,proto3" json:"custom_auth_server_name,omitempty"` // contains filtered or unexported fields }
func (*SanitizePerRoute) Descriptor
deprecated
added in
v1.8.0
func (*SanitizePerRoute) Descriptor() ([]byte, []int)
Deprecated: Use SanitizePerRoute.ProtoReflect.Descriptor instead.
func (*SanitizePerRoute) GetCustomAuthServerName ¶ added in v1.8.0
func (x *SanitizePerRoute) GetCustomAuthServerName() string
func (*SanitizePerRoute) ProtoMessage ¶ added in v1.8.0
func (*SanitizePerRoute) ProtoMessage()
func (*SanitizePerRoute) ProtoReflect ¶ added in v1.8.0
func (x *SanitizePerRoute) ProtoReflect() protoreflect.Message
func (*SanitizePerRoute) Reset ¶ added in v1.8.0
func (x *SanitizePerRoute) Reset()
func (*SanitizePerRoute) String ¶ added in v1.8.0
func (x *SanitizePerRoute) String() string
Click to show internal directories.
Click to hide internal directories.