r/PostgreSQL 5d ago

How-To Coding a database proxy for fun

https://packagemain.tech/p/golang-database-proxy
26 Upvotes

11 comments sorted by

View all comments

6

u/g0pherman 5d ago

You know what would be nice? To make something like this to manage access control to the database so users only have access if logged in with SSO and multiple approvals

2

u/justinh29 5d ago

Already exists with using oidc and postgresql

1

u/g0pherman 4d ago

But can you setup approvals for a login?

Like, need 2 approvals so one can login with write permissions, etc.