Add disableTlsLog command line option support for tracer (#1595)

This commit is contained in:
Ilya Gavrilov
2024-08-28 17:53:44 +02:00
committed by GitHub
parent ad738387b7
commit a0eb85e71d
2 changed files with 4 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ type TapConfig struct {
Resources ResourcesConfig `yaml:"resources" json:"resources"`
ServiceMesh bool `yaml:"serviceMesh" json:"serviceMesh" default:"true"`
Tls bool `yaml:"tls" json:"tls" default:"true"`
DisableTlsLog bool `yaml:"disableTlsLog" json:"disableTlsLog" default:"false"`
PacketCapture string `yaml:"packetCapture" json:"packetCapture" default:"best"`
IgnoreTainted bool `yaml:"ignoreTainted" json:"ignoreTainted" default:"false"`
Labels map[string]string `yaml:"labels" json:"labels" default:"{}"`