You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it behave properly without SSPI auth (with trust/md5/scram)?
Collecting metrics from Postgres servers running on Windows has not been tested much. Bug reports welcome.
Neither of the 2 popular Go libraries for Postgres (lib/pq and jackc/pgx) support SSPI (or even GSSAPI), so SSPI support has to be added there first. We did patch lib/pq to support SCRAM, but that was easier to test.
Trying to authenticate using SSPI on Windows - see
https://wiki.postgresql.org/wiki/Configuring_for_single_sign-on_using_SSPI_on_Windows
I can open a shell window using the Windows domain account and run PostgreSQL commands (Windows domain account is PostgreSQL superuser).
Can I do the same with pgmetrics? I try:
Output:
Or is this not supported?
The text was updated successfully, but these errors were encountered: