-
Notifications
You must be signed in to change notification settings - Fork 487
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
unix socket support #2197
Comments
@cyberb: Thanks for opening an issue, it is currently awaiting triage. In the meantime, you can:
DetailsI am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
@cyberb: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
DetailsI am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
/kind feature |
We have spoken about this internally for a while. However, finding a time to do it as well as going through the bouncer (underlying SDK https://github.com/crowdsecurity/go-cs-bouncer ) to support it takes some time to which we wouldn't know if people would use it. I'm all for this feature and so are the team as it would help solo users since they wouldn't need to bind a port if they are not exposing the API. |
We have started creating a shared module between |
Thanks @LaurenceJJones , just a note
Yes if the code is reusable for both crowdsec and bouncers. If it's only for bouncers it can stay in go-cs-bouncer. Let me know if you need help for the functional tests |
Closing issue due to feature being released as of Firstly we will distribute support via our golang lib which will be tracked as this issue. Closing issue as completed in main CrowdSec codebase. |
What would you like to be added?
I would like to be able to not use any tcp ports and use only unix sockets.
Why is this needed?
I am working on https://github.com/syncloud/platform project where I am allowing non tech users to run various popular services like crowdsec on a single (some times not very powerful) device. Apps are coming from the store and having ports does not really help. Many apps support unix socket, to some I have added it myself (matrix-org/dendrite@985298c).
Are you open for such a feature, I could try to implement server side and probably in some bouncers.
/kind feature
The text was updated successfully, but these errors were encountered: