Skip to content
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

[Feature Request] Encryption & Auth for Remote Logging #65

Open
NikhilSatyakrishna opened this issue Mar 27, 2023 · 2 comments
Open

[Feature Request] Encryption & Auth for Remote Logging #65

NikhilSatyakrishna opened this issue Mar 27, 2023 · 2 comments
Assignees

Comments

@NikhilSatyakrishna
Copy link

Hey, it isn't currently possible to ship logs from endpoints that run this app to a syslog server in a secure way. I've outlined three things that could benefit greatly for enterprise grade deployments:

  1. Certificate based auth to ensure only authorised clients can send logs to syslog server.
  2. Logs are sent over plaintext, need syslog over TLS.
  3. Make TCP default protocol.
@vgrenkov
Copy link

vgrenkov commented Dec 21, 2023

Ran into this issue as well, as a work around, ended up writing a script that uploads logs to paper trail (can be adjusted to any server pretty easily). Then I have a custom command running in MDM that executes every x minutes.

https://pastebin.com/k8E0sc55

@mthielemann mthielemann self-assigned this Mar 12, 2024
@SAP SAP locked and limited conversation to collaborators Mar 12, 2024
@mthielemann
Copy link

Support for syslog over TLS will be implemented in Privileges 2.0.0, which will be available later this year. Besides of this, the new version will not support UDP anymore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants