Skip to content

Peer authentication for local connections #1185

@mkrauss

Description

@mkrauss

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions