Re: [oauth] Add TLS support to OAuth tests

Jacob Champion <jacob.champion@enterprisedb.com>

From: Jacob Champion <jacob.champion@enterprisedb.com>
To: "Jonathan Gonzalez V." <jonathan.abdiel@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2026-03-02T19:31:31Z
Lists: pgsql-hackers

Attachments

On Fri, Feb 27, 2026 at 9:09 PM Jonathan Gonzalez V.
<jonathan.abdiel@gmail.com> wrote:
> That's indeed good to know, there's a way to know which is the oldest
> version of Python used?

We have a partial list of minimum dependencies here:

    https://wiki.postgresql.org/wiki/Minimum_Dependency_Versions

> What do you think about adding this information
> on top of the `oauth_server.py` file?

I think if we put it into the repo somewhere (and honestly, we
probably should), it should be centralized rather than per-file. It'll
rot really quickly otherwise.

So I've pulled in part of your -0003, done some more comment-smithing,
and squashed it all down for commit. Attached in v2.

Thanks!
--Jacob

Commits

  1. oauth: Add TLS support for oauth_validator tests