Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Message passing #4

Closed
drgreco opened this issue Sep 17, 2012 · 1 comment
Closed

Message passing #4

drgreco opened this issue Sep 17, 2012 · 1 comment
Assignees

Comments

@drgreco
Copy link

drgreco commented Sep 17, 2012

Need to find a new way to pass messages to/from the daemon, so that it can run as root, or even some other unprivileged user (currently set to run as www-data). This would allow for tighter security.

We need a method of message passing that:

  • does not thrash the disk
  • is fast so that the user does not have to wait for their firewall rule to be implemented
  • does not add significant complexity to the application or its install
  • maintains a high level of security
@drgreco
Copy link
Author

drgreco commented Sep 27, 2012

Daemon now uses a REST API for message passing, and should be the only part of the app that is touching the database and logging.

  • can be run as any user
  • can be potentially run on a machine that is not the same as the web app is stored on. We will want SSL for this first.

@drgreco drgreco closed this as completed Sep 27, 2012
@ghost ghost assigned drgreco Oct 5, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant