SV: Login form

Поиск
Список
Период
Сортировка
От Henrik Uggla
Тема SV: Login form
Дата
Msg-id 663eff87e3554ba9b462e6e673be8079@kristianstad.se
обсуждение исходный текст
Ответ на Re: Login form  (Dave Page <dpage@pgadmin.org>)
Ответы SV: Login form  (Oygun Josef <josef.oygun@scania.com>)
Список pgadmin-support
As I said, most images has the option to set SERVER_MODE at runtime, using an environment variable. If security is
importantthen you shouln't disable the PGAdmin login form. 
________________________________________
Från: Dave Page <dpage@pgadmin.org>
Skickat: den 4 september 2018 11:05:28
Till: Henrik Uggla
Kopia: Oygun Josef; pgadmin-support@lists.postgresql.org
Ämne: Re: Login form

On Tue, Sep 4, 2018 at 10:02 AM, Henrik Uggla <Henrik.Uggla@kristianstad.se<mailto:Henrik.Uggla@kristianstad.se>>
wrote:
Many docker images have the option to set SERVER_MODE = False/True. Most has SERVER_MODE = False as default.

Mine will never have that as a default, as we follow a principal of "secure by default".

________________________________________
Från: Dave Page <dpage@pgadmin.org<mailto:dpage@pgadmin.org>>
Skickat: den 4 september 2018 10:28:41
Till: Oygun Josef
Kopia: pgadmin-support@lists.postgresql.org<mailto:pgadmin-support@lists.postgresql.org>
Ämne: Re: Login form

On Tue, Sep 4, 2018 at 8:53 AM, Oygun Josef
<josef.oygun@scania.com<mailto:josef.oygun@scania.com><mailto:josef.oygun@scania.com<mailto:josef.oygun@scania.com>>>
wrote:
Hi!

Is it possible to disable the PGAdmin login form?

I have the deployment as a docker image on kubernetes.

https://hub.docker.com/r/dpage/pgadmin4/

No, there's no straightforward way of doing this at present. You'd need to set SERVER_MODE = False in the config before
thefirst time the container is run (as it affects the config DB that's created at first startup), but there isn't a
simpleway to do that at the moment. 

You could create a dockerfile to create your own version of the container that did something like:

----
FROM pgadmin4:latest
COPY config_local.py /pgadmin4
----

Where config_local.py included the SERVER_MODE override.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgadmin-support по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Login form
Следующее
От: Oygun Josef
Дата:
Сообщение: SV: Login form