Re: Encryption of pdAdmin on OpenShift with TLS termination type reencrypt

2022-06-06 Thread Khushboo Vashi
On Tue, Jun 7, 2022 at 10:29 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hello, > > On Tue, Jun 7, 2022 at 1:58 AM wrote: > >> Hello everyone, >> >> >> >> I am trying to encrypt the connection from client side to the pod of >> pgAdmin 4 (container) on OpenShift. I have included

Re: Encryption of pdAdmin on OpenShift with TLS termination type reencrypt

2022-06-06 Thread Khushboo Vashi
Hello, On Tue, Jun 7, 2022 at 1:58 AM wrote: > Hello everyone, > > > > I am trying to encrypt the connection from client side to the pod of > pgAdmin 4 (container) on OpenShift. I have included a certificate > (server.cert) and a key (server.key), which are extracted from the PFX file > from our

Encryption of pdAdmin on OpenShift with TLS termination type reencrypt

2022-06-06 Thread Boon-Hooi.Choo
Hello everyone, I am trying to encrypt the connection from client side to the pod of pgAdmin 4 (container) on OpenShift. I have included a certificate (server.cert) and a key (server.key), which are extracted from the PFX file from our certificate operator on OpenShift. I have succeeded to encr

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-06 Thread Dave Page
On Mon, 6 Jun 2022 at 10:30, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > > > On Mon, Jun 6, 2022 at 2:20 PM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Jun 6, 2022 at 2:17 PM Dave Page wrote: >> >>> >>> >>> On Fri, 3 Jun 2022 at 08:26, Akshay J

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-06 Thread Aditya Toshniwal
On Mon, Jun 6, 2022 at 2:20 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Jun 6, 2022 at 2:17 PM Dave Page wrote: > >> >> >> On Fri, 3 Jun 2022 at 08:26, Akshay Joshi >> wrote: >> >>> Hi Pradip >>> >>> Following are the review comments: >>> >>>- Fixed pep8 issues.

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-06 Thread Khushboo Vashi
On Mon, Jun 6, 2022 at 2:17 PM Dave Page wrote: > > > On Fri, 3 Jun 2022 at 08:26, Akshay Joshi > wrote: > >> Hi Pradip >> >> Following are the review comments: >> >>- Fixed pep8 issues. >>- Documentation updates are missing. >>- In the 'alter_online.sql' file correct the comment abo

Re: [pgAdmin][RM7351]: Templates not displayed

2022-06-06 Thread Dave Page
On Fri, 3 Jun 2022 at 08:26, Akshay Joshi wrote: > Hi Pradip > > Following are the review comments: > >- Fixed pep8 issues. >- Documentation updates are missing. >- In the 'alter_online.sql' file correct the comment above the ALTER >statement. Also, remove one extra space after "I

Re: Feature #7178 - PostgreSQL deployment on Microsoft Azure

2022-06-06 Thread Khushboo Vashi
Hi Yogesh, Review comments: - Step 2: The below statements should be in a different line, like - - "Azure CLI" will use the currently logged in identity through Azure CLI on the local machine. - "Interactive Browser" opens a browser to authenticate a user interactive