grafana/pkg/api/pluginproxy
Bill Oley 19caa100dc
OAuth: Fix token refresh failure when custom SSL settings are configured for OAuth provider (#27523)
OAuth token refresh fails when custom SSL settings are configured for 
oauth provider. These changes makes sure that custom SSL settings 
are applied for HTTP client before refreshing token.

Fixes #27514
2020-09-11 17:25:03 +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 dsproxy: adds support for url params for plugin routes (#23503) 2020-04-24 10:32:13 +02:00
ds_proxy_test.go OAuth: Fix token refresh failure when custom SSL settings are configured for OAuth provider (#27523) 2020-09-11 17:25:03 +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