Description of problem: It can add duplicate sshkey value using rhc client. Version-Release number of selected component (if applicable): devenv_1738 rhc-0.91.6-1.el6_2.noarch How reproducible: Always. Steps to Reproduce: 1.Create the domain via rhc client. 2.Add a sshkey. 3.Add the same sshkey again. Actual results: It can add same sshkey successfully. Expected results: It should return proper message such as "You have already saved this public key with a different name. Provide a different key." And the shouldn't add the sshkey successfully. Additional info:
Tested this issue on devenv_1761, still can add the same sshkey uisng different name in CLI, this is not allowed on website. Details see in attachment.
Created attachment 582913 [details] screenshot1
This is because the CLI is using the old broker API. We can't fix this until we refactor the CLI to use the new REST API. That's going to be one or more large stories. Until then this is CANTFIX