All AWS related tasks fail

, ,

Hi Team,

Since about 24 hours, all tasks using the default EE and having to execute AWS related modules are failing with this error:

module ‘lib’ has no attribute ‘X509_V_FLAG_CB_ISSUER_CHECK’

This includes inventory sync which was working without issues before.

AWX 21.4 running on K3s 1.21 installed with operator 0.26

If I change the EE to use an image I built about 2 weeks ago, everything works fine.

Any idea what has changed?

Kind regards,

Hi! this was a bug in awx-ee, and should be fixed in awx-ee:latest as of yesterday

here is the PR that fixed it https://github.com/ansible/awx-ee/pull/136

We pinned the cryptography library to 37.04

Try again with this latest image (you may need to temporarily set “always pull” on your EE to trigger the system to redownload the latest image)

AWX Team

Hi Team,

Thanks for the update.
Tested and all seem to be working as expected now.

Can I fix a tag on this image instead of latest?

Regards,