Skip to content

Support for Unix Domain Sockets #217

Description

@yakatz

It appears it is not possible to connect to vault agent using a unix domain socket.

We like to have vault agent run with only

listener "unix" {
   address = "/run/vault.sock"
   tls_disable = true
}

but it seems this library doesn't support it and we have to enable a tcp listener too.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions