grafana/pkg/api/pluginproxy
Domas 564d7ecea7
DataProxy: Ignore empty URL's in plugin routes (#27653)
This adds a check to see if plugin route URL is empty, and in such case 
does not modify request schema and host of the request to be proxied.
This behavior is now the same as in the plugin proxy.
2020-09-18 13:22:07 +02:00
..
test-data dsproxy: allow multiple access tokens per datasource 2018-06-12 17:39:38 +02:00
access_token_provider_test.go Chore: Disable scopelint for tests (#25923) 2020-06-30 11:05:47 +02:00
access_token_provider.go pkg/api/pluginproxy: Access token provider should handle access tokens without ExpiresOn field (#19928) 2020-02-26 15:59:02 +01:00
ds_auth_provider_test.go Plugins: Support templated urls in routes (#16599) 2019-05-07 18:55:39 +02:00
ds_auth_provider.go DataProxy: Ignore empty URL's in plugin routes (#27653) 2020-09-18 13:22:07 +02:00
ds_proxy_test.go DataProxy: Ignore empty URL's in plugin routes (#27653) 2020-09-18 13:22:07 +02:00
ds_proxy.go OAuth: Fix token refresh failure when custom SSL settings are configured for OAuth provider (#27523) 2020-09-11 17:25:03 +02:00
pluginproxy_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
pluginproxy.go Chore: Enable goprintffuncname and nakedret linters (#26376) 2020-07-23 08:14:39 +02:00
utils_test.go Plugins: Support templated urls in routes (#16599) 2019-05-07 18:55:39 +02:00
utils.go Security: Use Header.Set and Header.Del for X-Grafana-User header (#25495) 2020-06-11 21:15:17 +02:00