grafana/pkg/api/pluginproxy
Marcus Efraimsson 348e76fc8e
Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439)
Uses new httpclient package from grafana-plugin-sdk-go introduced 
via grafana/grafana-plugin-sdk-go#328. 
Replaces the GetHTTPClient, GetTransport, GetTLSConfig methods defined 
on DataSource model.
Longer-term the goal is to migrate core HTTP backend data sources to use the 
SDK contracts and using httpclient.Provider for creating HTTP clients and such.

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-05-19 23:53:41 +02:00
..
test-data dsproxy: allow multiple access tokens per datasource 2018-06-12 17:39:38 +02:00
ds_auth_provider_test.go Plugins: Fix Azure token provider cache panic and auth param nil value (#34252) 2021-05-18 15:36:58 +02:00
ds_auth_provider.go Azure token provider with support for Managed Identities (#33807) 2021-05-14 13:59:07 +02:00
ds_proxy_test.go Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
ds_proxy.go Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
pluginproxy_test.go Plugins: Support set body content in plugin routes (#32551) 2021-03-31 16:38:35 +02:00
pluginproxy.go Plugins: Support set body content in plugin routes (#32551) 2021-03-31 16:38:35 +02:00
token_cache_test.go Plugins: Fix Azure token provider cache panic and auth param nil value (#34252) 2021-05-18 15:36:58 +02:00
token_cache.go Plugins: Fix Azure token provider cache panic and auth param nil value (#34252) 2021-05-18 15:36:58 +02:00
token_provider_azure_test.go Azure token provider with support for Managed Identities (#33807) 2021-05-14 13:59:07 +02:00
token_provider_azure.go Plugins: Fix Azure token provider cache panic and auth param nil value (#34252) 2021-05-18 15:36:58 +02:00
token_provider_gce.go Plugins: AuthType in route configuration and params interpolation (#33674) 2021-05-06 22:05:23 +02:00
token_provider_generic.go Plugins: AuthType in route configuration and params interpolation (#33674) 2021-05-06 22:05:23 +02:00
token_provider_jwt.go Plugins: AuthType in route configuration and params interpolation (#33674) 2021-05-06 22:05:23 +02:00
token_provider_test.go Plugins: AuthType in route configuration and params interpolation (#33674) 2021-05-06 22:05:23 +02:00
token_provider.go PluginProxy: Split implementations of token providers (#32820) 2021-05-03 13:46:32 +01:00
utils_test.go API: Rewrite tests from goconvey (#29091) 2020-11-17 11:31:35 +01:00
utils.go Plugins: Fix Azure token provider cache panic and auth param nil value (#34252) 2021-05-18 15:36:58 +02:00