Navigation Menu

Skip to content

Commit

Permalink
fix: client key and cert should not be required (#3409)
Browse files Browse the repository at this point in the history
closes #3407

Signed-off-by: Sheridan C Rawlins <scr@yahooinc.com>
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Sheridan C Rawlins <scr@yahooinc.com>
  • Loading branch information
caarlos0 and scr-oath committed Sep 27, 2022
1 parent b8d3fa3 commit f3849e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pkg/config/config.go
Expand Up @@ -854,8 +854,8 @@ type Upload struct {
Mode string `yaml:"mode,omitempty" json:"mode,omitempty"`
Method string `yaml:"method,omitempty" json:"method,omitempty"`
ChecksumHeader string `yaml:"checksum_header,omitempty" json:"checksum_header,omitempty"`
ClientX509Cert string `yaml:"client_x509_cert" json:"client_x509_cert"`
ClientX509Key string `yaml:"client_x509_key" json:"client_x509_key"`
ClientX509Cert string `yaml:"client_x509_cert,omitempty" json:"client_x509_cert,omitempty"`
ClientX509Key string `yaml:"client_x509_key,omitempty" json:"client_x509_key,omitempty"`
TrustedCerts string `yaml:"trusted_certificates,omitempty" json:"trusted_certificates,omitempty"`
Checksum bool `yaml:"checksum,omitempty" json:"checksum,omitempty"`
Signature bool `yaml:"signature,omitempty" json:"signature,omitempty"`
Expand Down
8 changes: 2 additions & 6 deletions www/docs/static/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3849e2

Please sign in to comment.