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:
parent
a9178824cd
commit
b5b5acf020
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user