Re: Issue with Password Authentication for Pgpool

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: vijay patil <vijay(dot)postgres(at)gmail(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Issue with Password Authentication for Pgpool
Date: 2025-01-09 05:44:02
Message-ID: CAKFQuwZsKF+Sq+OHaiZrwZLCabLqkuh81N6-o9peYjc52reNwQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday, January 8, 2025, vijay patil <vijay(dot)postgres(at)gmail(dot)com> wrote:

> This behavior might be related to how Pgpool handles authentication.
>

Having never used pgpool I very well could be wrong but from what I can
gather what you want to do is simply not possible within the current design
of pgpool. Namely you have multiple nodes so cannot rely on raw mode but
raw mode is required for the kind of pass-through auth you are trying.
Instead you require pool_hba.conf which itself requires the password file.

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message vijay patil 2025-01-09 06:04:23 Re: Issue with Password Authentication for Pgpool
Previous Message vijay patil 2025-01-09 05:31:00 Re: Issue with Password Authentication for Pgpool