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

In relation to JENKINS-67519, fix user/pass based authentication #125

Merged
merged 1 commit into from
Jan 26, 2022
Merged

In relation to JENKINS-67519, fix user/pass based authentication #125

merged 1 commit into from
Jan 26, 2022

Conversation

imrichardcole
Copy link
Contributor

@imrichardcole imrichardcole commented Jan 25, 2022

This plugin no longer works with version 2.1.1 of Influxdb. Given token based auth isn't supported yet, the only way to connect previously was with user/pass credentials.

With version 2.1.1 of Influxdb, this resulted in an UnauthorizedException despite the correct credentials being used. The fix itself was just to upgrade to the most recent version of influxdb-client-java. Moving from version 1.15.0 (~1 year old) to 4.1.0 which was released in January 2022.

I also had to update the version of gson being used as it was being picked up by the upperbounds mvn check.

…fix user/pass based authentication with influxb 2.1.1. Also update version of gson to 2.8.8 to fix upper bounds dep warning
@asimell asimell merged commit 3e54602 into jenkinsci:development Jan 26, 2022
@asimell asimell mentioned this pull request Jan 27, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants