diff --git a/internal/ingress/types.go b/internal/ingress/types.go index e082f0d629..c922f2cc31 100644 --- a/internal/ingress/types.go +++ b/internal/ingress/types.go @@ -202,7 +202,7 @@ type Server struct { SSLCiphers string `json:"sslCiphers,omitempty"` // SSLPreferServerCiphers indicates that server ciphers should be preferred // over client ciphers when using the SSLv3 and TLS protocols. - SSLPreferServerCiphers string `sslPreferServerCiphers,omitempty` + SSLPreferServerCiphers string `json:"sslPreferServerCiphers,omitempty"` // AuthTLSError contains the reason why the access to a server should be denied AuthTLSError string `json:"authTLSError,omitempty"` }