MSSQL: Add support for MI authentication to MSSQL (#73597)

* Add support for MI authentication to MSSQL

This adds support for managed identity authentication for MSSQL managed
instances running in Azure.

Co-authored-by: baldm0mma <jev.forsberg@grafana.com>
This commit is contained in:
Oscar Kilhed
2023-09-06 18:27:19 +02:00
committed by GitHub
parent 3ccfa5620f
commit 579709c7a6
16 changed files with 853 additions and 72 deletions
+1
View File
@@ -74,6 +74,7 @@ type JsonData struct {
Database string `json:"database"`
SecureDSProxy bool `json:"enableSecureSocksProxy"`
AllowCleartextPasswords bool `json:"allowCleartextPasswords"`
AuthenticationType string `json:"authenticationType"`
}
type DataSourceInfo struct {