1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-02 07:24:20 +00:00

Add IgnoreProxyEnvVars option for BastionHost struct

This commit is contained in:
Pascal Morillon
2021-05-31 16:46:55 +02:00
parent 484d9e8aac
commit a21294e915

View File

@@ -95,6 +95,8 @@ type BastionHost struct {
SSHCert string `yaml:"ssh_cert" json:"sshCert,omitempty"`
// SSH Certificate Path
SSHCertPath string `yaml:"ssh_cert_path" json:"sshCertPath,omitempty"`
// Ignore proxy environment variables
IgnoreProxyEnvVars bool `yaml:"ignore_proxy_env_vars" json:"ignoreProxyEnvVars,omitempty"`
}
type PrivateRegistry struct {