Provisioning: Validate that datasource access field equals to direct or proxy (#26440)
* Validate that datasource access field equals to allowed value (direct or proxy)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: invalid-access
|
||||
type: prometheus
|
||||
access: INVALID_ACCESS
|
||||
Reference in New Issue
Block a user