Paul M Christophel

Results 5 comments of Paul M Christophel

Another option is to update the function in question to allow for "safe" user defined paths: ```python allowed_paths = ["/salt-formula"] for allowed_path in allowed_paths: real_allowed_path = _realpath(allowed_path) if real_path.startswith(real_allowed_path): return...

If this is now expected behavior, an option in the master configs to allow this would be appreciated. This is breaking most of our environments, because we rely heavily on...

I tried setting the ENV variable to `PGADMIN_CONFIG_CONFIG_DATABASE_URI` which worked as far as connecting to the database, but it looks like it ignores the `PGADMIN_DEFAULT_EMAIL` and `PGADMIN_DEFAULT_PASSWORD` variables when doing...

> Can you please share your docker-compose? I am using kubernetes, but this is the (scrubbed) deployment. ```yaml apiVersion: apps/v1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision: "53" meta.helm.sh/release-name: pgadmin4 meta.helm.sh/release-namespace: pgadmin4...