top | item 41853915

(no title)

T-Winsnes | 1 year ago

The security model is challenging, as it relies on Postgres users for iam. Your users essentially log directly into your db

discuss

order

dumbo-octopus|1 year ago

Isn’t Postgres a fairly capable IAM provider, all things considered? I’d their access control mechanisms at least as much as a run of the mill external backend’s.

T-Winsnes|1 year ago

For basic auth it works well, but the challenge comes when you need to integrate with oidc, need to enforce mfa, enable sso etc. session invalidation is also quite complicated.

You need an identity middle man in front of the Postgres identity to tackle these and validate that the session is still active. Last time I looked at electric it was a big challenge to integrate such a service. This might have improved since then however