Thread

  1. Re: Custom oauth validator options

    Jacob Champion <jacob.champion@enterprisedb.com> — 2025-12-18T17:27:22Z

    On Thu, Dec 18, 2025 at 1:08 AM Zsolt Parragi <zsolt.parragi@percona.com> wrote:
    >
    > It however requires shared_preload_libraries (that is common
    > for all options), maybe oauth_validator_libraries could imply that?
    
    Haven't looked at the patch yet, but I think most people probably want
    to use session_preload_libraries, not shared_preload_libraries, so
    that a security update to their validator doesn't require a restart of
    the cluster.
    
    If a particular validator implementation requires shared preload, so
    be it; but I don't think we want to force it. Might be more reason to
    look into the GUC system?
    
    --Jacob