You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The backend should be split into one API handling all user requests (external) and one API handling all cluster-internal requests (put results/ ...)
The text was updated successfully, but these errors were encountered: