You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for token auth (rebased, ci fixed) (#118)
* (refactor) use http header auth
* (feat) add support for token based auth
* (test) fix test case that checking parameter length for auth
* (fix) revert changes for v1 username and password
* (test) use separated integration tests for v1 and v2
* (fix) fix lint issues
* (test) fix port error in integration test v2
* (fix) clippy error
* (fix) update minimal rust version to 1.46 as socket2 requires
* (fix) clippy error
* (test) remove test that was duplicated in v2
* (fix) clippy warnings
* (test) remove unneeded v2 tests
* package `rustls v0.20.8` requires rustc 1.57 or newer
* cargo fmt
* fix rust version
* package `async-global-executor v2.3.1` requires rustc 1.59 or newer
* DOCKER_INFLUXDB_INIT_MODE: setup
* using one hardcoded bucket in integration tests v2
* fixed no db "mydb" in integration tests
seems to not happen anymore on influxdb 2.6
* readme and fixed readme check
* style check
* integration_tests_v2 are excluded from tarpaulin run because influxdb1.8 does not support auth tokens
* clippy
---------
Co-authored-by: Ning Sun <[email protected]>
0 commit comments