Skip to content

Commit

Permalink
Add a TLSManagement config option
Browse files Browse the repository at this point in the history
This can be used by variant implementations to decide whether or not TLS
management will be handled by retina or not.
  • Loading branch information
timraymond committed Sep 11, 2024
1 parent 35c9c0d commit ef6cffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ type Config struct {
BypassLookupIPOfInterest bool `yaml:"bypassLookupIPOfInterest"`
DataAggregationLevel Level `yaml:"dataAggregationLevel"`
MonitorSockPath string `yaml:"monitorSockPath"`
TLSManagement string `yaml:"tlsManagement"`
}

func (c *Config) WriteYAML(w io.Writer) error {
Expand Down

0 comments on commit ef6cffe

Please sign in to comment.