grafana/pkg/api/pluginproxy
Karl Persson 61772a66b6
AccessControl: Create own interface and impl for each permission service (#48871)
* Create own interfaces for team, folder, dashboard and data source permissions services
* Remove service container and inject them individually
2022-05-10 15:48:47 +02:00
..
test-data
ds_auth_provider.go
ds_auth_provider_test.go
ds_proxy.go Secrets: Implement basic unified secret store service (#45804) 2022-04-25 13:57:45 -03:00
ds_proxy_test.go AccessControl: Create own interface and impl for each permission service (#48871) 2022-05-10 15:48:47 +02:00
pluginproxy.go Instrumentation: Proxy status code correction and various improvements (#47473) 2022-04-11 13:17:08 +02:00
pluginproxy_test.go Plugins: Add plugin settings DTO (#46283) 2022-03-18 20:49:13 +01:00
token_provider.go
token_provider_azure.go Migrate to Grafana Azure SDK (#47232) 2022-04-04 11:23:13 +02:00
token_provider_gce.go
token_provider_generic.go
token_provider_jwt.go
token_provider_test.go
utils.go
utils_test.go