-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
I can't seem to find any way to make Skunk connect to a local Postgres with "peer" authentication (https://www.postgresql.org/docs/current/auth-peer.html). This authentication type is the default out-of-the-box for local Postgres connections, on Linux, and I believe MacOS. It is convenient, and secure, for local development. It would most typically be selected by leaving out the host, username, and password, and lets the local operating system authenticate the user as the user running the connecting process. I can live without it, but was surprised to see it seems to be missing.
Metadata
Metadata
Assignees
Labels
No labels