Skip to content
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

Bump ansible operator SDK version to v1.26.0 #1258

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

ravitejb
Copy link
Contributor

@ravitejb ravitejb commented Feb 28, 2023

SUMMARY

New or Enhanced Feature

ISSUE TYPE

New operator sdk version that fixes awx install on FIPS enabled nodes which has the upgraded kuberenetes python module of 25.3.0

ADDITIONAL INFORMATION

Bump operator SDK to 1.26.0 which contains kuberenetes python module 25.3.0 which fixes the issues related to FIPS install

fixes #1122

@ravitejb
Copy link
Contributor Author

@shanemcd @rooftopcellist could you please review the above PR?

@rooftopcellist
Copy link
Member

Thanks for the PR @ravitejb !

@rooftopcellist rooftopcellist merged commit 0619496 into ansible:devel Feb 28, 2023
@ravitejb ravitejb deleted the bump-sdk-1.26.0 branch February 28, 2023 23:01
@ravitejb
Copy link
Contributor Author

ravitejb commented Mar 2, 2023

@rooftopcellist While installing the awx on FIPS enabled node now we are having issues with the template lookup plugin.

 TASK [Apply deployment resources] ********************************
fatal: [localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'template'. Error was a <class 'ValueError'>, original message: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS"}

any suggestion on how I can get this fixed?

@rooftopcellist
Copy link
Member

rooftopcellist commented Mar 2, 2023

Instead of '| md5' on this commit, something like 'checksum' or 'sha1' might work instead.

A PR would be welcome if that approach works for you.

More info here:

@ravitejb
Copy link
Contributor Author

ravitejb commented Mar 2, 2023

Thanks @rooftopcellist for the quick suggestion. PR for the update - #1260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create AWX Instance: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
3 participants