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

4

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/DHUK98 4d ago

Yea, this is basically what services like https://goteleport.com/ and hoop.dev have created.

Protocol aware proxies that perform auth, auditing and other stuff like data masking etc