-
Notifications
You must be signed in to change notification settings - Fork 1
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
Authentication issue #25
Comments
FYI to anyone who also got here. This is an issue with '~' tilde's being present in the password. It is also a known issue on the clickhouse side of things. |
Not sure this is linked to our issue as we hadn't been able to get that far but I'll bear it in mind. It's definitely worth doing a live chat with Clickhouse support if you're having issues as this is how we found out about the ~/tilde issue |
@bubbaspaarx I'm trying to locate the known database issue around using a tilda, do you know where it is. However, I noticed you said you can authenticate with the tilda via curl? |
@bubbaspaarx I created a new user in my CH instance with the following command: and it worked both in PowerBI and HTTP. |
This is linked to the ODBC Client and the Clickhouse -> PowerBi connector. When inputting the password for authenticating the connection, it won't work with a ~ and possibly other special characters. we did this a few months ago so it may have changed. |
Describe the bug
Unable to authenticate with from PowerBi desktop to our clickhouse cloud server
We receive a message saying that the authentication has failed and either the password is wrong or the user doesn't exist.
Using the same details on a curl request works absolutely fine so I don't believe the that the password or user details are incorrect.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect to connect to our database from PowerBi desktop using the OBDC connector
Screenshots
If applicable, add screenshots to help explain your problem.
Configuration
Environment
The text was updated successfully, but these errors were encountered: