Results 35 comments of Chris Savvopoulos

Yet another mitigation could be to sql_interrupt, prior to calling close_v2 from `osp::clearState()`. If I understood correctly, this should make all pending transactions terminate synchronously, and before the runtime disappears.

Hi Franco, many thanks for addressing this issue! That's a very thorough fix. Just one suggestion. This comment is no longer accurate in my opinion: ``` // In certain cases,...

Another solution for supporting firebase auth (or auth0), without worrying about JWKS support: * put PostgREST behind nginx * In nginx, use `auth_request` to have it reach out to a...

I meant that tongue-in-cheek. You could simply pass the role as another, unsigned, response header. Which, I think, would be fine in an environment where postgrest is behind nginx. (In...

> It would be **really** awesome if we could load JWK key sets from URLs instead of local files such as: > > https://www.googleapis.com/robot/v1/metadata/jwk/[email protected] > > This would prevent operator...