* Disable plugin service account * Fix bug seen by linoman 💯 Co-authored-by: linoman <2051016+linoman@users.noreply.github.com> * Account for PR feedback Co-authored-by: linoman <2051016+linoman@users.noreply.github.com> * Fix test data * Enable datasource plugins by default Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com> * Update pkg/services/extsvcauth/oauthserver/oasimpl/service.go * Handle error differently * Fix service reg --------- Co-authored-by: linoman <2051016+linoman@users.noreply.github.com> Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
38 lines
704 B
JSON
38 lines
704 B
JSON
{
|
|
"id": "grafana-test-datasource",
|
|
"type": "datasource",
|
|
"name": "Test",
|
|
"backend": true,
|
|
"executable": "gpx_test_datasource",
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"large": "img/ds.svg",
|
|
"small": "img/ds.svg"
|
|
},
|
|
"screenshots": [],
|
|
"updated": "2023-08-03",
|
|
"version": "1.0.0"
|
|
},
|
|
"externalServiceRegistration": {
|
|
"impersonation": {
|
|
"groups" : true,
|
|
"permissions" : [
|
|
{
|
|
"action": "read",
|
|
"scope": "datasource"
|
|
}
|
|
]
|
|
},
|
|
"permissions" : [
|
|
{
|
|
"action": "read",
|
|
"scope": "datasource"
|
|
}
|
|
]
|
|
}
|
|
}
|