Problem/Motivation
- Ensure that key pairs are automatically downloaded when they are created.
- If this is difficult, add a reminder to always download.
Issue fork cloud-3372119
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
Ryo Yamashita commented@yas
Please review it. Thanks.
Comment #4
Ryo Yamashita commented@yas
I pushed a new patch to hide the message alert for downloading the secret key. Thanks.
Comment #5
asai.noriaki commented@Ryo Yamashita @yas
Thank you for providing the patch. I tested that it works as expected, and it worked.
Comment #6
yas@asai.noriaki
Thank you for your review.
@ryo-yamashita
I think we need more tests for this patch. Changed the status to Needs work. Thanks!
Comment #7
Ryo Yamashita commented@yas @asai.noriaki
The following changes were committed. Thanks.
Comment #8
asai.noriaki commented@Ryo Yamashita @yas
Thank you for providing the patch. I tested that it works as expected.
- When I created the keypair, the private key was automatically downloaded. ---> OK
- When I deleted the keypair, the private key was not automatically downloaded. ---> OK
- But, after that, when I click the browser reload button, I got the following status message. ---> NG
Comment #9
Ryo Yamashita commented@yas @asai.noriaki
I fixed these errors. Thanks.
Comment #10
asai.noriaki commented@Ryo Yamashita @yas
Thank you for providing the patch. I tested that it works as expected, And it worked.
- When I created the keypair, the private key was automatically downloaded. ----> OK
And, the message "The Key pair test has been created." is displayed. ----> OK
- When I deleted the keypair, the private key was not automatically downloaded. ----> OK
And, the message "The Key pair test has been deleted." is displayed. ----> OK
Comment #11
yas@asai.noriaki
Thank you for your review.
@ryo-yamashita
I tested the patch and it worked. I'll merge the patch to
5.xand6.x, and close this issue as Fixed.Comment #14
yas