questdb / roadmap

QuestDB Public Roadmap
6 stars 0 forks source link

Auth for InfluxDB Line Protocol over HTTP #63

Open tris0laris opened 9 months ago

tris0laris commented 9 months ago

Adding HTTP Basic Authentication to OSS. A static user and password can be added in the server configuration, different from the existing PGWire user and password. No separate read-only HTTP user, which exists for PGWire. This means the HTTP interface will be either fully anonymous, or authenticated by a single static user/password combo.

All QuestDB clients will support ILP@HTTP with Basic Auth.