k8s deployment - too many redirects

From: "Schroeder, Steven" <steven(dot)schroeder(at)verizonwireless(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: k8s deployment - too many redirects
Date: 2022-05-10 14:28:53
Message-ID: CAPYToUCJUoa=7znMig7t-GJvkWjLvmasK0c4vS5X_kGNpQjzRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Merkel, Christian 2022-05-10 15:15:23 Unable to connect with password protected ssl key file
Previous Message Akshay Joshi 2022-05-10 05:59:37 Re: Estimated release date for official pgadmin4 repos for Ubuntu 22.04 Jammy Jellyfish?