Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2023-05-03 Thread Dave Page
On Wed, 3 May 2023 at 10:45, Yogesh Mahajan wrote: > Hi Dave/Team, > > As per the new design, pgAdmin should add a config to specify a path for > script/program to retrieve an encryption key & use it to encrypt the > passwords. > Right. > The script/program will be at an application level and

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2023-05-03 Thread Yogesh Mahajan
Hi Dave/Team, As per the new design, pgAdmin should add a config to specify a path for script/program to retrieve an encryption key & use it to encrypt the passwords. The script/program will be at an application level and not a user level. This feature will be applicable only in case of server

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Aditya Toshniwal
On Fri, Apr 22, 2022 at 3:57 PM Dave Page wrote: > > > On Fri, 22 Apr 2022 at 11:16, Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> >> >> On Fri, Apr 22, 2022 at 3:28 PM Dave Page wrote: >> >>> >>> >>> On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < >>>

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Dave Page
On Fri, 22 Apr 2022 at 11:16, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > > > On Fri, Apr 22, 2022 at 3:28 PM Dave Page wrote: > >> >> >> On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Dave, >>> >>> Generally, secure

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Ashesh Vashi
On Fri, Apr 22, 2022 at 3:46 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > > > On Fri, Apr 22, 2022 at 3:28 PM Dave Page wrote: > >> >> >> On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Dave, >>> >>> Generally, secure

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Aditya Toshniwal
On Fri, Apr 22, 2022 at 3:28 PM Dave Page wrote: > > > On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi Dave, >> >> Generally, secure keys like API_KEYS and all are supposed to be set in >> env and are read by the app. Similar is the

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Dave Page
On Fri, 22 Apr 2022 at 10:49, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave, > > Generally, secure keys like API_KEYS and all are supposed to be set in env > and are read by the app. Similar is the alternative encryption key. > People can run their scripts to export those

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Aditya Toshniwal
Hi Dave, Generally, secure keys like API_KEYS and all are supposed to be set in env and are read by the app. Similar is the alternative encryption key. People can run their scripts to export those config vars. On Fri, Apr 22, 2022 at 2:38 PM Khushboo Vashi < khushboo.va...@enterprisedb.com>

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Khushboo Vashi
On Fri, Apr 22, 2022 at 2:34 PM Dave Page wrote: > > > On Fri, 22 Apr 2022 at 09:57, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Fri, Apr 22, 2022 at 2:01 PM Dave Page wrote: >> >>> Hi >>> >>> On Mon, 11 Apr 2022 at 09:20, Akshay Joshi < >>>

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Dave Page
On Fri, 22 Apr 2022 at 09:57, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Fri, Apr 22, 2022 at 2:01 PM Dave Page wrote: > >> Hi >> >> On Mon, 11 Apr 2022 at 09:20, Akshay Joshi >> wrote: >> >>> Thanks, the patch applied. >>> >>> On Mon, Apr 11, 2022 at 12:00 PM Khushboo

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Khushboo Vashi
On Fri, Apr 22, 2022 at 2:01 PM Dave Page wrote: > Hi > > On Mon, 11 Apr 2022 at 09:20, Akshay Joshi > wrote: > >> Thanks, the patch applied. >> >> On Mon, Apr 11, 2022 at 12:00 PM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attached patch to

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-22 Thread Dave Page
Hi On Mon, 11 Apr 2022 at 09:20, Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Apr 11, 2022 at 12:00 PM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> Hi, >> >> Please find the attached patch to implement the feature #7012 - Disable >> master password requirement

Re: [pgAdmin4][Patch]- Feature #7012 - disable master password requirement when using alternative auth source

2022-04-11 Thread Akshay Joshi
Thanks, the patch applied. On Mon, Apr 11, 2022 at 12:00 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to implement the feature #7012 - Disable > master password requirement when using alternative auth source > > When pgAdmin stores a