Re: [pgAdmin4][Patch]: Allow user to provide custom SSL certificates and provide .pgpass file

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: Allow user to provide custom SSL certificates and provide .pgpass file
Date: 2017-08-29 14:21:22
Message-ID: CA+OCxozn1kHo4X+FF=TtiBHg_8EL0Wx0z7nzW562WiDuptMHBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

On Fri, Aug 25, 2017 at 2:45 PM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hi Dave,
>
> Please find updated patch,
> - For displaying hidden files I have added preference option in Storage
> section.
>

How painful would it be to include it on the file dialogue as well?

> - Updated Docs & Screenshots.
> - User can use 'prefer' option to enable SSL options.
>

Cool.

A couple of other things I realised in playing with this:

1) The SSL tab should come before Advanced I think.

2) The docs now mention the default SSL files. In server mode, using
defaults is probably a bad idea I suspect (because they would be shared).
Should we force the values to /dev/null (and whatever is appropriate on
Windows) if running in server mode? Users can always override that with
something from their storage area.

Thoughts?

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

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Matthew Kleiman 2017-08-29 14:30:35 Re: [pgaweb][patch] Use https link for git repo
Previous Message Dave Page 2017-08-29 14:03:19 Re: [pgAdmin4][Patch]: Ensure any changes to the config database are backward compatible