-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
type/docsImprovements or additions to documentationImprovements or additions to documentation
Description
The documentation does not provide guidance on the correct fields to use when provisioning the datasource for an enterprise installation.
I am unable to find how to change the connection type to 'Enterprise' and how to supply the custom URL use an additional datasource.

from https://grafana.com/docs/plugins/grafana-github-datasource/latest/setup/provisioning/
apiVersion: 1
datasources:
- name: GitHub (Personal Access Token)
type: grafana-github-datasource
jsonData:
selectedAuthType: personal-access-token
secureJsonData:
accessToken: <your_access_token>
- name: GitHub (App)
type: grafana-github-datasource
jsonData:
selectedAuthType: github-app
appId: <your_app_id>
installationId: <your_installation_id>
secureJsonData:
privateKey: <your_private_key>
Metadata
Metadata
Assignees
Labels
type/docsImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
Backlog