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

External passwords with + chars raise auth errors with query service #473

Open
srstrickland opened this issue Jul 22, 2024 · 0 comments
Open
Labels
bug Something isn't working chart:signoz Issue related to signoz helm chart

Comments

@srstrickland
Copy link

When using an external clickhouse instance, the password used to connect cannot contain any + chars (and possibly others). For most components, passwords are simply fetched and use verbatim. But the query service embeds the password into a URL, without url-encoding it first. Since this is a URL, any occurrences of + will be interpreted as space characters.

Slack discussion: https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1721629567522669?thread_ts=1721627720.961869&cid=C01HWQ1R0BC

There may be other components that also suffer from this issue.

@grandwizard28 grandwizard28 added bug Something isn't working chart:signoz Issue related to signoz helm chart labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chart:signoz Issue related to signoz helm chart
Projects
None yet
Development

No branches or pull requests

2 participants