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 `json:"certPath" yaml:"certPath"` KeyPath string `json:"keyPath" yaml:"keyPath"` Cert string `json:"cert" yaml:"cert"` // Cert is base64 encoded PEM block. Key string `json:"key" yaml:"key"` // Key is base64 encoded PEM block. }
Config is the configuration for using X.509 certs to authenticate with Spinnaker.
Click to show internal directories.
Click to hide internal directories.