commit | 4e2e5216f9223f763b41440cf7de655d8e1d830d | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Fri May 31 15:11:10 2013 +0200 |
committer | Edwin Kempin <edwin.kempin@gmail.com> | Tue Jun 04 05:52:50 2013 +0000 |
tree | a2c1e7943c0442ec3458b9382105511dfba2a4ba | |
parent | 1e85b1ec3fb1350b75171b40c44cb731b154bf79 [diff] |
Support adding an SSH key via REST By POST on /accounts/<account-id>/sshkeys it is now possible to add an SSH key for a user. The SSH public key has to be provided as raw content in the request body. The WebUI is adapted to use the new REST endpint to add SSH keys. The old RPC for this is deleted. Change-Id: I9617ccf19f078f9bcee615803755f445ed68bdc9 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>