You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for presenting the feature. If you want to provide the JWT feature, feel free to it.
But, please, put the JWT logic on specific files. We've started in the past a work to split the "monolithic files" into smaller files with clear ownership but we didn't have time to finish (yet).
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.
The text was updated successfully, but these errors were encountered: