1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/bluebox/requests/compute
Trevor Bramble 9ff8ccf076 Submit password/ssh_key/username through POST body
Password or ssh_key, and username are currently submitted through the
request's querystring, which means they will appear in server logs.

This change moves the sensitive parameters to the request body, adds
client-side checking of the required parameters, and corrects the method
documentation to reflect addition of location_id parameter and specify
the parameter types as strings (they are alpha-numeric UUIDs).
2012-08-17 13:41:51 -07:00
..
create_block.rb Submit password/ssh_key/username through POST body 2012-08-17 13:41:51 -07:00
create_template.rb [bluebox|compute] Expect correct status code for template create 2011-09-22 16:57:22 -07:00
destroy_block.rb [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00
destroy_template.rb [bluebox|compute] Create and destroy images 2011-09-07 12:43:12 -07:00
get_block.rb [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00
get_blocks.rb [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00
get_location.rb Add Blue Box location support. 2012-02-16 18:48:49 -08:00
get_locations.rb Add Blue Box location support. 2012-02-16 18:48:49 -08:00
get_product.rb [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00
get_products.rb [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00
get_template.rb [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00
get_templates.rb [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00
reboot_block.rb [compute|bluebox] move bluebox compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:32:51 -05:00