ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
132 stars 158 forks source link

Blowfish error in latest AWX-EE #118

Closed john-westcott-iv closed 2 years ago

john-westcott-iv commented 2 years ago

When running a job in the latest awx-ee container a warning about blowfish is presented in the job output:

/usr/local/lib/python3.8/site-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
  "class": algorithms.Blowfish,
/usr/local/lib/python3.8/site-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
  "class": algorithms.Blowfish,

Paramiko is working on a fix: https://github.com/paramiko/paramiko/issues/2038

rebeccahhh commented 2 years ago

If anyone is wondering how we're going to fix this, the fix that @john-westcott-iv mentioned will automatically get pulled in, aka this will resolve itself soon. :) Closing since it's not an action item, good find John.