Re: Subprocess generated password

2022-10-10 Thread Aditya Toshniwal
And this looks similar to - https://github.com/pgadmin-org/pgadmin4/issues/3491 On Tue, Oct 11, 2022 at 10:27 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > On Mon, Oct 10, 2022 at 1:38 PM Elias Bergquist > wrote: > >> Hi, >> >> >> >> I have been hacking on a feature that

Re: Subprocess generated password

2022-10-10 Thread Khushboo Vashi
Hi, On Mon, Oct 10, 2022 at 1:38 PM Elias Bergquist wrote: > Hi, > > > > I have been hacking on a feature that instead of using a static password > when connecting to the psql server executes a subprocess which prints a > temporary auth token to stdout. > > > > This is to make the workflow more

Subprocess generated password

2022-10-10 Thread Elias Bergquist
Hi, I have been hacking on a feature that instead of using a static password when connecting to the psql server executes a subprocess which prints a temporary auth token to stdout. This is to make the workflow more bearable when using AWS RDS with iam authentication. aws-iam auth tokens are g