hashicorp / hashicorp/vault-ruby
Support for Unix Domain Sockets
Open
- 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.