mirror of
https://github.com/rancher/types.git
synced 2025-09-02 21:54:22 +00:00
add elasticsearch ssl version
This commit is contained in:
committed by
Alena Prokharchyk
parent
80f4b2277d
commit
1e606b2395
@@ -101,6 +101,7 @@ type ElasticsearchConfig struct {
|
||||
ClientKey string `json:"clientKey,omitempty"`
|
||||
ClientKeyPass string `json:"clientKeyPass,omitempty"`
|
||||
SSLVerify bool `json:"sslVerify,omitempty"`
|
||||
SSLVersion string `json:"sslVersion,omitempty" norman:"type=enum,options=SSLv23|TLSv1|TLSv1_1|TLSv1_2,default=TLSv1_2"`
|
||||
}
|
||||
|
||||
type SplunkConfig struct {
|
||||
|
Reference in New Issue
Block a user