Skip to content

Commit

Permalink
Merge pull request sensu#753 from palourde/bugfix/config-info
Browse files Browse the repository at this point in the history
Do not serialize the TLS config
  • Loading branch information
palourde authored Jan 10, 2018
2 parents fb39f3b + 59df5f9 commit 846b273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uchiwa/config/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type LdapServer struct {
GroupMemberAttribute string
Insecure bool
Security string
TLSConfig *tls.Config
TLSConfig *tls.Config `json:"-"`
UserAttribute string
UserBaseDN string
UserObjectClass string
Expand All @@ -131,7 +131,7 @@ type SSL struct {
KeyFile string
CipherSuite []string
TLSMinVersion string
TLSConfig *tls.Config
TLSConfig *tls.Config `json:"-"`
}

// UsersOptions struct contains various config tweaks
Expand Down

0 comments on commit 846b273

Please sign in to comment.