mirror of https://github.com/grafana/grafana
Provisioning: Validate that datasource access field equals to direct or proxy (#26440)
* Validate that datasource access field equals to allowed value (direct or proxy)pull/26452/head
parent
c298653623
commit
a1f40195be
@ -0,0 +1,6 @@ |
||||
apiVersion: 1 |
||||
|
||||
datasources: |
||||
- name: invalid-access |
||||
type: prometheus |
||||
access: INVALID_ACCESS |
Loading…
Reference in new issue