grants files - Search results
Mailing lists >> pgsql-hackers >> Thread
2025-04-20 20:12:01 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Ivan Kush)
file, name oauth_conf GUC oauth_conf = /var/lib/postgres/data/oauth.conf ================= 2) Google requires client_secret only in the Device Access Token Request (Section 3.3 RFC-8628). Also note that secret is in a body of a request
Mailing lists >> pgsql-hackers >> Thread
2024-09-30 16:38:41 | Re: [PoC] Federated Authn/z with OAUTHBEARER (Antonin Houska)
granting it privileges on particular database objects. In short, I think that *authentication* is all we need. Are you sure you can legitimately acquire the bearer token containing my email address? I think the email
Mailing lists >> pgsql-hackers >> Thread
2021-06-08 16:37:46 | [PoC] Federated Authn/z with OAUTHBEARER (Jacob Champion)
grants permission for libpq to retrieve a bearer token. libpq grabs a token and sends it to the server for verification. (The bearer token, in this setup, is essentially a plaintext password, and you must