-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Labels
Description
Is your feature request related to a problem? Please describe.
We would like to use SSO with ClickHouse, which is not currently possible in open-source clickhouse.
Describe the solution you'd like
When using the Grafana clickhouse plugin, the Grafana identity is passed in a HTTP header (X-Id-Token, issue) as a JWT.
It would be great to be able to authenticate requests via this token instead of just basic auth or query params.
Describe alternatives you've considered
JWT auth is not currently supported in open-source clickhouse: ClickHouse/ClickHouse#68634
Additional context
I would be willing to implement this support if you agree it's a useful feature.