-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[manual backport stable-6] ec2_key - fix security vulnerability (#1704) #1724
Conversation
* WIP: begin swapping out private key data for key file Start sketching out unit tests * ec2_key - update module return private_key and add new parameter path defining path to a file to store private key when creating new key pair * fix changelog file * fix additional sanity issues * ec2_key - Remove breaking_change feature, add new parameter to save private key in * Code review updates * Refactoring * Remove key_info * Doc fixes * Uncomment call to ec2_key_info in tests * Add key_info runtume.yml --------- Co-authored-by: Jill Rouleau <jill.rouleau@bespokess.com> Co-authored-by: GomathiselviS <gomathiselvi@gmail.com> (cherry picked from commit 1a077fb)
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 08s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 59s |
2c4c43b
into
ansible-collections:stable-6
…sible-collections#1724) lightsail: add support for firewall ports and snapshot management SUMMARY Created a new module called lightsail_snapshot that allows to create and delete snapshots of instances already created. Add functionality to module lightsail to define the firewall ports. Fixes ansible-collections#174 ISSUE TYPE Feature Pull Request New Module Pull Request COMPONENT NAME lightsail lightsail_snapshot Reviewed-by: Mark Chappell
…sible-collections#1724) lightsail: add support for firewall ports and snapshot management SUMMARY Created a new module called lightsail_snapshot that allows to create and delete snapshots of instances already created. Add functionality to module lightsail to define the firewall ports. Fixes ansible-collections#174 ISSUE TYPE Feature Pull Request New Module Pull Request COMPONENT NAME lightsail lightsail_snapshot Reviewed-by: Mark Chappell
…sible-collections#1724) lightsail: add support for firewall ports and snapshot management SUMMARY Created a new module called lightsail_snapshot that allows to create and delete snapshots of instances already created. Add functionality to module lightsail to define the firewall ports. Fixes ansible-collections#174 ISSUE TYPE Feature Pull Request New Module Pull Request COMPONENT NAME lightsail lightsail_snapshot Reviewed-by: Mark Chappell
Start sketching out unit tests
ec2_key - update module return private_key and add new parameter path defining path to a file to store private key when creating new key pair
fix changelog file
fix additional sanity issues
ec2_key - Remove breaking_change feature, add new parameter to save private key in
Code review updates
Refactoring
Remove key_info
Doc fixes
Uncomment call to ec2_key_info in tests
Add key_info runtume.yml
Co-authored-by: Jill Rouleau jill.rouleau@bespokess.com
Co-authored-by: GomathiselviS gomathiselvi@gmail.com
(cherry picked from commit 1a077fb)
SUMMARY
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION