x509

package
v1.21.1 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2021 License: Apache-2.0 Imports: 0 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v1.21.1

type Config 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.
}

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

func (*Config) IsValid added in v1.21.1

func (x *Config) IsValid() bool

Jump to

Keyboard shortcuts

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