Navigation :
Get started
Concepts
Setup
Control network traffic with policies
Monitor health
Reference
-
API reference
-- AccessLogging
-- AccessLogPolicy
-- AccessPolicy
-- ActiveHealthCheckPolicy
-- ApiDoc
-- ApiSchemaDiscovery
-- ApprovalState
-- AuthConfig
-- CaOptions
-- Clientmode
-- ClientTlsPolicy
-- CloudProvider
-- CloudProviderOptions
-- CloudResources
-- ConnectionPolicy
-- Core
-- CorsPolicy
-- CsrfPolicy
-- Cue
-- Dashboard
-- DlpPolicy
-- EnforcementLayers
-- ExtAuthPolicy
-- ExtAuthServer
-- ExternalEndpoint
-- ExternalService
-- ExternalWorkload
-- FailoverPolicy
-- FaultInjectionPolicy
-- GatewayLifecycleManager
-- GraphQLAllowedQueryPolicy
-- GraphQLPersistedQueryCachePolicy
-- GraphQLResolverMap
-- GraphQLSchema
-- GraphQLStitchedSchema
-- HeaderManipulation
-- HttpBufferPolicy
-- HttpMatchers
-- IstioLifecycleManager
-- IstioOperator
-- JwtPolicy
-- K8SReports
-- Keepalive
-- KubernetesCluster
-- ListenerConnectionPolicy
-- LoadBalancerPolicy
-- Locality
-- MirrorPolicy
-- OutlierDetectionPolicy
-- Phase
-- Port
-- Portal
-- PortalGroup
-- ProxyProtocolPolicy
-- Ratelimit
-- RatelimitClientConfig
-- RatelimitPolicy
-- RatelimitServerConfig
-- RatelimitServerSettings
-- Ref
-- References
-- RetryTimeoutPolicy
-- RootTrustPolicy
-- RouteTable
-- Selectors
-- SoloKit
-- Status
-- StringMatch
-- TcpMatchers
-- TlsMatchers
-- TransformationPolicy
-- TrimProxyConfigPolicy
-- VaultCa
-- VirtualDestination
-- VirtualGateway
-- WafPolicy
-- WasmDeploymentPolicy
-- WaypointLifecycleManager
-- Workspace
-- WorkspaceSettings
-
CLI reference
-
Helm value reference
-
Version reference
- Changelog
-
Security and CVE report
TlsMatchers
Proto : tls_matchers.proto
Package : common.gloo.solo.io
Types :
TLSRequestMatcher
Specify TLS request matchers. Must provide an SNI host to match with an incoming request.
Field
Description
sniHosts
(repeated string
) Required: SNI (server name indicator) to match on. Wildcard prefixes can be used in the SNI value. For example, ‘*.com’ matches ‘foo.example.com’ as well as ‘example.com’. The SNI value must be a subset of the corresponding virtual service’s hosts.
port
(uint32
) Optional: Port on the host to match against.