hashicorp / hashicorp/vault-ruby

Support for Unix Domain Sockets

Open
#217 4 comments 3 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
354
Forks
138
PR merge metrics
No merged PRs in 30d

Description

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
```hcl
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.