-
Notifications
You must be signed in to change notification settings - Fork 274
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
[database::influxdb::plugin] Is InfluxDB v2 supported? #5037
Comments
Hello :) Were you able to verify via a curl command that you were able to authenticate? Were you able to verify that you were able to query the path: |
I think username and password are not enough for InfluxDB v2. As far as I understand, it uses an access token to connect to the InfluxDB v2 API, but "database::influxdb::plugin" does not have options to pass the token. |
Ok if I well understand the |
Official API documentation here https://docs.influxdata.com/influxdb/v2/api/ |
Hello :) First thanks for the documentation link. And to facilitate the addition of token authentication in the plugin, can you provide us the curl commands and JSON returns which may allow us to simulate your connection environment (and why not test list-database mode)? |
I don't understand what "curl commands" you are talking about. |
I think I found what I was looking for in the TokenAuthentication section. |
Hello.
Is InfluxDB v2 supported in the plugin "database::influxdb::plugin" ?
The text was updated successfully, but these errors were encountered: