From 40cfbc45064f016dacd9939bece92739e324da72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20Ka=CC=88ser?= Date: Sat, 17 Oct 2015 00:16:36 +0200 Subject: [PATCH] most important improvement --- NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NOTES.txt b/NOTES.txt index c805abc..acf4c31 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -22,3 +22,5 @@ IMPROVEMENTS / TODOS [ ] find another way to identify users/check permissions in the nginx reverse proxy (to minimize load on the django app) [ ] django app model validation via the in 1.8 newly introduced mechanisms (https://docs.djangoproject.com/en/1.8/ref/models/instances/#validating-objects) [ ] define VLANs per user so his containers can communicate (but not others) + [ ] use cookie based access check in nginx to prevent high load on the django app (subrequests) +