From 62c12f9344f9ab8f65ff66bd66d7bd32b36ea241 Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Thu, 6 Feb 2014 09:25:35 -0800 Subject: [PATCH] Auth for VM deletion might be nice --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index ae29496..db103b4 100644 --- a/TODO.md +++ b/TODO.md @@ -14,6 +14,7 @@ Enhancements * 'first-out-first-in' processing (as opposed to current 'loop' design) should allow for faster (or at least more uniform) pool-refilling overall * Separate threads for pending/running/completed queues (either rather than or in addition to per-pool threads) * Namespace the whole app +* Require 'authorization key' (returned in POST JSON) to DELETE via the API Fixes