Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Support gRPC via unix socket #34

Closed
leodido opened this issue May 21, 2020 · 1 comment · Fixed by #36
Closed

Support gRPC via unix socket #34

leodido opened this issue May 21, 2020 · 1 comment · Fixed by #36
Assignees
Labels
kind/feature New feature or request

Comments

@leodido
Copy link
Member

leodido commented May 21, 2020

Motivation

PR falcosecurity/falco#1217 introduces the unix socket for the Falco gRPC APIs.

Feature

Integrate it into this library.

@leodido leodido added the kind/feature New feature or request label May 21, 2020
@mmat11
Copy link
Contributor

mmat11 commented May 26, 2020

In theory it should be possible to just specify unix:///var/run/falco.sock as the endpoint param for the Client class. I will test that it works, extend the documentation (probably this weekend) and maybe think about a different naming for the client parameters (what about splitting "endpoint" into "endpoint" and "unix_socket_path" making them mutually exclusive?).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants