Benjamin Blattberg

Results 149 comments of Benjamin Blattberg

Sorry for the confusion re: closing and opening this issue--this issue auto-closed when some code was merged, but that merge didn't correspond to our release cycle. But now, we're happy...

@rojehy What sort of error message are you seeing?

@rojehy can you access the pgadmin logs? There might be errors there. (Or in the developer tools in the browser.)

@adityatoshniwal I've got a question around your suggestion: I'm pip installing pgadmin4 in a container running Red Hat Python 3.11. Flask 3.0.3 and itsdangerous 2.2.0 have `_lazy_sha1` as a default...

> > There's no pgAdmin native way to do that is there? I.e., there's no PGADMIN_ I could set to change the digest method used by itsdangerous/Flask? Or is there...

@adityatoshniwal (and apologies for pinging you all the time) Would something like this work: https://github.com/pgadmin-org/pgadmin4/compare/master...benjaminjb:pgadmin4:allow_digest_method_setting?expand=1 ? (Tried to do a minimal adjustment.) I'm also curious because the error I was...

Hi @adityatoshniwal just to make sure I understand, when you say to make this more inline with how `flask/sessions.py` is doing things, do you mean something like this `_lazy_sha1` func:...

I'll add, since I was poking around: [Dockerfile](https://github.com/prometheus-community/postgres_exporter/blob/master/Dockerfile) makes no mention of NOTICE, LICENSE [promu config](https://github.com/prometheus-community/postgres_exporter/blob/master/.promu.yml) specifically calls out NOTICE and LICENSE as something to be included in tar.

Same questions as https://github.com/CrunchyData/postgres-operator-examples/issues/201 Oh, perhaps it would help to know that we have a Helm chart for our monitoring stack, which you can get at `oci://registry.developers.crunchydata.com/crunchydata/crunchy-monitoring`