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
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
..
models Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
parsers/dns [dns|bluebox] move bluebox dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:58:47 -05:00
requests Submit password/ssh_key/username through POST body 2012-08-17 13:41:51 -07:00
compute.rb Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
dns.rb Remove absolute path when requiring 2012-05-26 11:27:28 -04:00