Remove the need for plugins to implement AdmissionHandler for v0alpha1 (#93272)
This commit is contained in:
@@ -66,8 +66,6 @@ func RegisterAPIService(
|
||||
var err error
|
||||
var builder *DataSourceAPIBuilder
|
||||
all := pluginStore.Plugins(context.Background(), plugins.TypeDataSource)
|
||||
// ATTENTION: Adding a datasource here requires the plugin to implement
|
||||
// an AdmissionHandler to validate the datasource settings.
|
||||
ids := []string{
|
||||
"grafana-testdata-datasource",
|
||||
"prometheus",
|
||||
|
||||
Reference in New Issue
Block a user