Thanks David,
I tested the configuration by setting allow_clear_text_frontend_auth = on
and disabling the pool_hba. I made the corresponding entry in the pg_hba.conf
file. However, while connecting through the database port (5432), it prompts for the password, but when connecting through Pgpool (port 9999), it does not ask for a password.
Here is the content of pg_hba.conf
:
When I connect via the database port (5432), it prompts for the password as expected:
However, when connecting through Pgpool (port 9999), it does not prompt for the password:
This behavior might be related to how Pgpool handles authentication. Let me know if you need further investigation or configuration changes!
Thanks
Vijay
On Thu, Jan 9, 2025 at 10:47 AM David G. Johnston <david.g.johnston@xxxxxxxxx> wrote:
On Wednesday, January 8, 2025, vijay patil <vijay.postgres@xxxxxxxxx> wrote:Could you please advise how I can achieve password authentication without using thepool_password
file, while ensuring that Pgpool prompts for the password during connection?David J.