onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

Determine authentication for query proxy and PostgrREST #44

Closed einhverfr closed 3 months ago

einhverfr commented 8 months ago

We need to come up with an authentication scheme that works well for both and allows users to authenticate on both sides.

einhverfr commented 6 months ago

I think that we should have in-db password checking and JWT creation, and reuse this in the query proxy.

einhverfr commented 3 months ago

This has now been documented by a design document in the repo.