x509

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2018 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type X509Config

type X509Config struct {
	CertPath string `yaml:"certPath"`
	KeyPath  string `yaml:"keyPath"`
	Cert     string `yaml:"cert"` // Cert is base64 encoded PEM block.
	Key      string `yaml:"key"`  // Key is base64 encoded PEM block.
}

X509Config is the configuration for using X.509 certs to authenticate with Spinnaker.

func (*X509Config) IsValid

func (x *X509Config) IsValid() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL