You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2023/01/16 04:59:58 UTC

[GitHub] [cloudstack] davidjumani opened a new issue, #7096: Unable to delete SSH Key as User within a project

davidjumani opened a new issue, #7096:
URL: https://github.com/apache/cloudstack/issues/7096

   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### CLOUDSTACK VERSION
   4.17+ (maybe previous as well)
   
   ##### SUMMARY
   Unable to delete SSH Key as User within a project
   
   
   ##### STEPS TO REPRODUCE
   - Create a project as admin
   - Add a user to the project
   - Log in as the user and enter the project
   - Create an ssh key as user within the project
   - Verify the key is created successfully
   - Try to delete the key
   - `Request failed. (431) : ProjectId and account/domainId can't be specified together`
   
   http://whatever:8080/client/api/?name=key&account=PrjAcct-proj-1&domainid=cfa951cf-909c-11ed-a946-1e008400027e&command=deleteSSHKeyPair&response=json&projectid=4e96a78d-2581-4d94-b1cd-6e7b392a1a29
   
   ##### EXPECTED RESULTS
   The SSH Key is deleted
   
   
   ##### ACTUAL RESULTS
   The account and domain id of the key is passed along with the project ID
   Only the projectid should be specified in the API call
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on issue #7096: Unable to delete SSH Key as User within a project

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #7096:
URL: https://github.com/apache/cloudstack/issues/7096#issuecomment-1398509741

   fixed in #7100 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland closed issue #7096: Unable to delete SSH Key as User within a project

Posted by GitBox <gi...@apache.org>.
DaanHoogland closed issue #7096: Unable to delete SSH Key as User within a project
URL: https://github.com/apache/cloudstack/issues/7096


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org