1
0
mirror of https://github.com/rancher/types.git synced 2025-06-28 22:46:49 +00:00

Add Sans field of additional hosts/ips for pki

This commit is contained in:
David Lewis 2018-03-22 00:04:41 -07:00 committed by Darren Shepherd
parent a9178824cd
commit b5b5acf020

View File

@ -224,6 +224,8 @@ type AuthnConfig struct {
Strategy string `yaml:"strategy" json:"strategy,omitempty"`
// Authentication options
Options map[string]string `yaml:"options" json:"options,omitempty"`
// List of additional hostnames and IPs to include in the api server PKI cert
SANs []string `yaml:"sans" json:"sans,omitempty"`
}
type AuthzConfig struct {