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

Consider running both web application server and calculation worker under the same system user #6209

Open
tomachalek opened this issue May 24, 2024 · 0 comments
Milestone

Comments

@tomachalek
Copy link
Member

The truth is that there is not much that one server can do that the other cannot. I.e. there is probably no need to distinguish between the two. It would probably be easier to use a single user (e.g. www-data in Ubuntu) and handle all the security intricacies with that single user. It would simplify both the KonText source code and the server administration.

And as a bonus, we would most likely avoid the rare (but long term) permission denied error between web and worker.

@tomachalek tomachalek added this to the 0.19 milestone May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant