Re: [Pgadmin] [Docker] servers.json import fails when running in desktop mode

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Levitt Olivier <olivier(dot)levitt(at)insee(dot)fr>
Cc: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>, "pgadmin-hackers(at)postgresql(dot)org" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [Pgadmin] [Docker] servers.json import fails when running in desktop mode
Date: 2019-12-17 07:45:58
Message-ID: CANxoLDcY1QRm=smCy9tfg9MMtYA8txNY0ukRg4VMpyHgRqhHjw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Mon, Dec 16, 2019 at 4:42 PM Levitt Olivier <olivier(dot)levitt(at)insee(dot)fr>
wrote:

> Hi,
>
> Here is a patch (first contribution \o/) that solves the issue by
> importing the servers.json anonymously when running in DESKTOP mode.
> There may be a better way to check if we are running in DESKTOP mode or
> not but checking PGADMIN_CONFIG_SERVER_MODE should be enough when running
> pgadmin4 in docker.
>
> Regards,
> Olivier Levitt
>
>
> ________________________________________
> From: Ashesh Vashi [ashesh(dot)vashi(at)enterprisedb(dot)com]
> Sent: 14 December 2019 05:52
> To: Levitt Olivier
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [Pgadmin] [Docker] servers.json import fails when running in
> desktop mode
>
> <http://www.linkedin.com/in/asheshvashi>
>
> On Sat, Dec 14, 2019 at 3:53 AM Levitt Olivier <olivier(dot)levitt(at)insee(dot)fr
> <mailto:olivier(dot)levitt(at)insee(dot)fr>> wrote:
> Hi,
>
> When running the docker image in desktop mode
> (PGADMIN_CONFIG_SERVER_MODE=False), no user is created. That is expected
> behaviour.
> But then the code that imports the servers.json pre-configuration fails as
> it ties the import to the default user.
>
> I think line 40 of entrypoint.sh (
> https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=blob;f=pkg/docker/entrypoint.sh;h=47d14bf2d415777c64b221fb1fc75d61c5e3cecc;hb=HEAD)
> should not specify a user when running in dekstop mode.
> I tested it without --user parameter and it successfully imported the
> servers.json configuration.
>
> Should I submit a patch ? First time contributing to Pgadmin :)
> Please do.
>
>
> --
>
> Thanks & Regards,
>
> Ashesh Vashi
> EnterpriseDB INDIA: Enterprise PostgreSQL Company<
> http://www.enterprisedb.com>
>
>
> http://www.linkedin.com/in/asheshvashi
>
> Regards,
> Olivier Levitt
>
>
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-17 07:54:50 pgAdmin 4 commit: 1) Allow screen-reader to read relationship attribute
Previous Message Akshay Joshi 2019-12-17 07:45:33 pgAdmin 4 commit: Fix an issue where servers.json import fails when run