Skip to content

Docs do not cover how to provision enterprise datasource #456

@cloudymax

Description

@cloudymax

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.

Image

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

No one assigned

    Labels

    type/docsImprovements or additions to documentation

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions