36c3398c6d
* Datasource: Remove support for unencrypted passwords * regenerate swagger * [WIP] Remove references to datasource password and basic auth password fields (#50015) * try delete moar tings * delete provisioning stuff * remove from yaml * update snapshots * remove lingering snapshot fields * fix ds http settings * Re-generate swagger and fix swagger-api-spec make target Co-authored-by: Will Browne <will.browne@grafana.com> Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
30 lines
666 B
YAML
30 lines
666 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: $TEST_VAR
|
|
type: type
|
|
access: proxy
|
|
orgId: 2
|
|
url: url
|
|
user: user
|
|
database: database
|
|
basicAuth: true
|
|
basicAuthUser: basic_auth_user
|
|
withCredentials: true
|
|
isDefault: true
|
|
jsonData:
|
|
graphiteVersion: "1.1"
|
|
tlsAuth: true
|
|
tlsAuthWithCACert: true
|
|
secureJsonData:
|
|
tlsCACert: "MjNOcW9RdkbUDHZmpco2HCYzVq9dE+i6Yi+gmUJotq5CDA=="
|
|
tlsClientCert: "ckN0dGlyMXN503YNfjTcf9CV+GGQneN+xmAclQ=="
|
|
tlsClientKey: "ZkN4aG1aNkja/gKAB1wlnKFIsy2SRDq4slrM0A=="
|
|
editable: true
|
|
version: 10
|
|
uid: "test_uid"
|
|
|
|
deleteDatasources:
|
|
- name: old-graphite3
|
|
orgId: 2
|