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

Apps aren't isolated from each other #74

Open
A1Liu opened this issue Mar 10, 2023 · 1 comment
Open

Apps aren't isolated from each other #74

A1Liu opened this issue Mar 10, 2023 · 1 comment

Comments

@A1Liu
Copy link
Collaborator

A1Liu commented Mar 10, 2023

Apps can pretend to be each other right now by just passing the proper ID. Probably should have some kind of ephemeral key that is stored in the db so that apps can't just call each other willy nilly.

@A1Liu
Copy link
Collaborator Author

A1Liu commented Mar 10, 2023

Ephemeral key could also tell us which instance of the app daemon is making the request, because different instances of the same daemon could be given different keys, so e.g. we'd know if we thought a process was dead but it's actually not dead, or if a process was killed and the port was replaced

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

No branches or pull requests

1 participant