Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client cert location not stored on shared servers #5532

Closed
net-expertise opened this issue Nov 15, 2022 · 2 comments
Closed

Client cert location not stored on shared servers #5532

net-expertise opened this issue Nov 15, 2022 · 2 comments
Assignees
Milestone

Comments

@net-expertise
Copy link

On a clean installation of PgAdmin in server mode, based on the official Docker image version 6.15 I have the following issue:

  1. Add a shared server in chart eg:
    serverDefinitions: enabled: true servers: grafana: Name: "grafana" Group: "Shared" Host: "10.1.1.1" Port: 5432 MaintenanceDB: "postgres" Username: "admin" SSLMode: "prefer" Shared: true SSLCert: "/grafana/postgresql.crt" SSLKey: "/grafana/postgresql.key" SSLRootCert: "/grafana/root.crt" SSLCompression: 0

  2. Login as an unprivileged user, check server settings under Properties > SSL.
    Client certificate key ans Root certificate are there but Client certificate is missing, although the file is there, I can browse and select it.

pg_missing_client_cert

@akshay-joshi
Copy link
Contributor

After the implementation of #4728, this issue should be fixed automatically.

@nikhil-mohite
Copy link
Contributor

Resolved, verified on snapshot build: https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2023-01-27/
Platform: macOS Monterey 12.6
Mode: Desktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants