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

Split Backend into an external and internal API #239

Open
mschroederi opened this issue Nov 20, 2020 · 1 comment
Open

Split Backend into an external and internal API #239

mschroederi opened this issue Nov 20, 2020 · 1 comment
Labels

Comments

@mschroederi
Copy link
Collaborator

The backend should be split into one API handling all user requests (external) and one API handling all cluster-internal requests (put results/ ...)

@mschroederi mschroederi added backend backlog Something for later labels Nov 20, 2020
@boehmchen
Copy link
Member

To better follow the principle of separation of concerns, it might be better to create an API for internal requests (requests from other backend applications) and an API for external requests (e.g. frontend requests). Implementing this issue requires rethinking the backend application. (and maybe an entire reimplementation)

@boehmchen boehmchen removed the backlog Something for later label Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants