-
Notifications
You must be signed in to change notification settings - Fork 397
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
setup_sshkey: drop a dep on Crypto #2004
setup_sshkey: drop a dep on Crypto #2004
Conversation
Adjust ec2-fingerprint.py so it use cryptography instead of the deprecated Crypto library.
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 40s (non-voting) |
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 5m 18s (non-voting) |
42c0475
into
ansible-collections:main
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #2005 🤖 @patchback |
setup_sshkey: drop a dep on Crypto SUMMARY Adjust ec2-fingerprint.py so it use cryptography instead of the deprecated Crypto library. (originally written by Gonéri) ISSUE TYPE Feature Pull Request COMPONENT NAME tests/integration/targets/setup_sshkey/files/ec2-fingerprint.py ADDITIONAL INFORMATION Original PR (amazon.aws) ansible-collections/amazon.aws#799 Reviewed-by: Alina Buzachis (cherry picked from commit 42c0475)
[PR #2004/42c0475d backport][stable-7] setup_sshkey: drop a dep on Crypto This is a backport of PR #2004 as merged into main (42c0475). SUMMARY Adjust ec2-fingerprint.py so it use cryptography instead of the deprecated Crypto library. (originally written by Gonéri) ISSUE TYPE Feature Pull Request COMPONENT NAME tests/integration/targets/setup_sshkey/files/ec2-fingerprint.py ADDITIONAL INFORMATION Original PR (amazon.aws) ansible-collections/amazon.aws#799 Reviewed-by: Mark Chappell
SUMMARY
Adjust ec2-fingerprint.py so it use cryptography instead of the deprecated Crypto library.
(originally written by Gonéri)
ISSUE TYPE
COMPONENT NAME
tests/integration/targets/setup_sshkey/files/ec2-fingerprint.py
ADDITIONAL INFORMATION
Original PR (amazon.aws)
ansible-collections/amazon.aws#799