influxdb/http/legacy
Stuart Carnie 7e1226b298 feat: Use AuthorizerV1 for authorizing 1.x API requests
Setup the AuthorizerV1 in the launcher and pass this to the V1
authentication handler for authorizing 1.x HTTP requests.
2020-10-30 11:56:09 -07:00
..
backend.go feat(http): V1 write support 2020-08-18 14:04:35 -07:00
common.go feat(http): V1 write support 2020-08-18 14:04:35 -07:00
influx1x_authentication_handler.go feat: Use AuthorizerV1 for authorizing 1.x API requests 2020-10-30 11:56:09 -07:00
influx1x_authentication_handler_test.go feat: Use AuthorizerV1 for authorizing 1.x API requests 2020-10-30 11:56:09 -07:00
influxql_handler.go feat(http): V1 write support 2020-08-18 14:04:35 -07:00
influxqld_handler.go feat(http): V1 write support 2020-08-18 14:04:35 -07:00
influxqld_handler_test.go chore(influxdb): Placate the linter. 2020-08-27 15:46:32 -04:00
ping_handler.go feat(http): V1 write support 2020-08-18 14:04:35 -07:00
router.go feat(http): V1 write support 2020-08-18 14:04:35 -07:00
write_handler.go fix: Ensure precision is passed to points parsing 2020-08-31 17:39:52 -07:00
write_handler_test.go feat(http): V1 write support 2020-08-18 14:04:35 -07:00
write_usage_recorder.go feat(http): V1 write support 2020-08-18 14:04:35 -07:00