Re: k8s deployment - too many redirects

From: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
To: "Schroeder, Steven" <steven(dot)schroeder(at)verizonwireless(dot)com>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: k8s deployment - too many redirects
Date: 2022-05-12 04:55:32
Message-ID: CAMa=N=MEXJ+yyQwRrA4M+VLiL=OFaWc1AiyOXcN3ip+oz1Xs7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Steven,

Can you please try clearing cache in chrome browser? or Is there an already
existing session with LDAP credentials in chrome?
Incognito mode launches with NO cache, hence pgAdmin is working fine in
incognito mode.

Thanks,
Yogesh Mahajan
EnterpriseDB

On Wed, May 11, 2022 at 4:53 PM Schroeder, Steven <
steven(dot)schroeder(at)verizonwireless(dot)com> wrote:

>
> Hey All,
>
> I recently got pgadmin somewhat working when running in k8s. I am now
> facing an issue where I can login via ldap on chrome, but only in incognito
> mode.
>
> When not in incognito mode, I am seeing 'too many redirects' which seems
> to be affecting login. It does work okay when using safari.
>
> Is there any way to eliminate the 'too many redirects'? Below is my k8s
> ingress for this deployment.
>
> apiVersion: networking.k8s.io/v1
> kind: Ingress
> metadata:
> name: ict-pgadmin
> namespace: gq2v
> annotations:
> kubernetes.io/ingress.class: nginx
> nginx.ingress.kubernetes.io/proxy-buffer-size: "32k"
> nginx.ingress.kubernetes.io/proxy-body-size: 8m
> nginx.ingress.kubernetes.io/configuration-snippet: |
> proxy_set_header X-Script-Name "/pgadmin";
> spec:
> rules:
> - host: dev-central.aether.nss.vzwnet.com
> http:
> paths:
> - path: /pgadmin
> pathType: Prefix
> backend:
> service:
> name: ict-pgadmin-svc
> port:
> number: 8080
>
>
> Thanks,
>
> Steve
>
>
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Akshay Joshi 2022-05-12 10:18:12 pgAdmin 4 v6.9 Released
Previous Message Fernando Hevia 2022-05-11 22:12:24 Re: Import postgreSQL