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
Currently, backend has no filtering and anyone that can talk to the port can send requests to backend.
There's no immediate risk to data integrity (due to EDDN -> EDPN -> frontend -> user) but some future edge case might open that. Additionally, chaos monkeys could flood backend with requests, effectively causing DDOS.
The text was updated successfully, but these errors were encountered:
The API itself should be secure / robust enough to be exposed publicly. the only endpoints that will accept data to write to the data base will be the once to manage the user accounts and API keys.
all the endpoints only perform read actions on the database, which will be rate limited based on anonymous, free or internal users
Currently, backend has no filtering and anyone that can talk to the port can send requests to backend.
There's no immediate risk to data integrity (due to EDDN -> EDPN -> frontend -> user) but some future edge case might open that. Additionally, chaos monkeys could flood backend with requests, effectively causing DDOS.
The text was updated successfully, but these errors were encountered: