mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 17:42:12 +08:00
MSSQL: Configuration of certificate verification for TLS connection (#31865)
Fixes #24589 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
This commit is contained in:

committed by
GitHub

parent
50fabe8a87
commit
9e4aafa719
@ -56,11 +56,13 @@ type JsonData struct {
|
||||
Timescaledb bool `json:"timescaledb"`
|
||||
Mode string `json:"sslmode"`
|
||||
ConfigurationMethod string `json:"tlsConfigurationMethod"`
|
||||
TlsSkipVerify bool `json:"tlsSkipVerify"`
|
||||
RootCertFile string `json:"sslRootCertFile"`
|
||||
CertFile string `json:"sslCertFile"`
|
||||
CertKeyFile string `json:"sslKeyFile"`
|
||||
Timezone string `json:"timezone"`
|
||||
Encrypt string `json:"encrypt"`
|
||||
Servername string `json:"servername"`
|
||||
TimeInterval string `json:"timeInterval"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user