Auth for VM deletion might be nice

This commit is contained in:
Scott Schneider 2014-02-06 09:25:35 -08:00
parent d2b3ebf2a1
commit 62c12f9344

View file

@ -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 * '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) * Separate threads for pending/running/completed queues (either rather than or in addition to per-pool threads)
* Namespace the whole app * Namespace the whole app
* Require 'authorization key' (returned in POST JSON) to DELETE via the API
Fixes Fixes