We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With BasicAuth enabled the lookup of valid time column values fails:
Code: 516. DB::Exception: Invalid authentication: 'true' HTTP Authorization scheme is not supported. (AUTHENTICATION_FAILED) (version 23.8.6.16 (official build))
The culprit seems to be this bit:
clickhouse-grafana/src/datasource/datasource.ts
Lines 100 to 102 in a521a07
Which sets the auth header:
x-ds-authorization: true
At least with Server mode it works just by removing that part of code. Not sure if that's a working solution for proxy mode though..
The text was updated successfully, but these errors were encountered:
lunaticusgreen
Successfully merging a pull request may close this issue.
With BasicAuth enabled the lookup of valid time column values fails:
The culprit seems to be this bit:
clickhouse-grafana/src/datasource/datasource.ts
Lines 100 to 102 in a521a07
Which sets the auth header:
At least with Server mode it works just by removing that part of code. Not sure if that's a working solution for proxy mode though..
The text was updated successfully, but these errors were encountered: