Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add Protocol and SecureConnection Toggle in datasource #529

Closed
naveenpg11 opened this issue Sep 27, 2023 · 1 comment
Closed
Labels
datasource/ClickHouse effort/none question Further information is requested

Comments

@naveenpg11
Copy link

Could you please help how to add protocol and secureConnection Toogle in your example datasource ?
I'd like to set protocol as HTTP and enable SecureConnection Toggle.

apiVersion: 1
datasources:
  - name: ClickHouse
    type: grafana-clickhouse-datasource
    jsonData:
      defaultDatabase: database
      port: 9000
      server: localhost
      username: username
      tlsSkipVerify: false
    secureJsonData:
      password: password
@SpencerTorres
Copy link
Collaborator

Try adding these to the jsonData field:

jsonData:
  # . . . other options . . .
  protocol: http
  secure: true

@SpencerTorres SpencerTorres added question Further information is requested and removed type/bug Something isn't working labels Sep 27, 2023
@github-project-automation github-project-automation bot moved this from Incoming to Done in Partner Datasources Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource/ClickHouse effort/none question Further information is requested
Projects
Archived in project
Development

No branches or pull requests

3 participants