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

authentication with avatica #8637

Closed
RestfulBlue opened this issue Oct 7, 2019 · 0 comments
Closed

authentication with avatica #8637

RestfulBlue opened this issue Oct 7, 2019 · 0 comments

Comments

@RestfulBlue
Copy link

Hey guys, we have been using avatica jdbc driver for some external system which supports data pull from jdbc. Everything was great but lately we have discovered an issue with auth.
When we was using druid 0.10-0.12 ( not sure which version was that) we was using avatica url connection like this :

jdbc:avatica:remote:url=http://host:port/druid/v2/sql/avatica/;authentication=BASIC;avatica_user=test;avatica_password=test

And this was working fine. Lately we have tried to use that way with a later releases ( 0.14.2+) and we always get authentication failed :(

It looks like now login and password should be set on jdbc connection(instead of url), will it be stable api or it can be changed in future? which way of authentication is preferable? releases of that external system are really slow and it takes about 4 months to make even a little change :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant