You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/configuration/settings.go
+20-8
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ type Settings struct {
110
110
NginxPlusHosts []string
111
111
112
112
// TlsMode is the value used to determine which of the five TLS modes will be used to communicate with the Border Servers (see: ../../docs/tls/README.md).
113
-
TlsModestring
113
+
TlsModeTLSMode
114
114
115
115
// Certificates is the object used to retrieve the certificates and keys used to communicate with the Border Servers.
// NOTE: the TLSMode defaults to NoTLS on startup, or the last known good value if previously set.
288
+
logrus.Errorf("There was an error with the configured TLS Mode. TLS Mode has NOT been changed. The current mode is: '%v'. Error: %v. ", s.TlsMode, err)
289
289
} else {
290
-
s.TlsMode="no-tls"
291
-
logrus.Warnf("Settings::handleUpdateEvent: tls-mode key not found in ConfigMap, defaulting to 'no-tls'")
0 commit comments