Skip to content

Commit

Permalink
fix json tag for SSLPreferServerCiphers
Browse files Browse the repository at this point in the history
  • Loading branch information
johejo committed Jul 6, 2020
1 parent 384ee89 commit 8557677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 8557677

Please sign in to comment.