-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Unix Domain Sockets #217
Comments
I'm running into the same issue and would like to second this. I'd really like to see support for this added as it provides a secure way for an application to talk to a vault agent with auto-auth and caching enabled. |
Agreed, this would be a very useful feature to have. I wonder if this could be useful: https://github.com/puppetlabs/net_http_unix. |
Like the idea and would use a socket over http if it was available, but this would need to be implemented in Vault proper, rather than the ruby gem. |
Vault Agent does support it and we use it already (support for UDS was added in hashicorp/vault#6397). The issue specifically is that the Gem does not. |
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
but it seems this library doesn't support it and we have to enable a
tcp
listener too.The text was updated successfully, but these errors were encountered: