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

web: Use sha1 filter instead of md5 #1386

Merged
merged 1 commit into from
May 2, 2023

Conversation

dsavineau
Copy link
Contributor

SUMMARY

This was fixed in 6cae8df but the task/web split rebase didn't apply this to the web deployment.
This prevents to deploy the operator when FIPS is enabled.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
ADDITIONAL INFORMATION
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"}

This was fixed in 6cae8df but the task/web split rebase didn't apply this
to the web deployment.
This prevents to deploy the operator when FIPS is enabled.

{"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"}

Signed-off-by: Dimitri Savineau <[email protected]>
Copy link
Member

@rooftopcellist rooftopcellist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for patching this. Good catch.

@rooftopcellist rooftopcellist merged commit d69b57c into ansible:devel May 2, 2023
@dsavineau dsavineau deleted the fips_checksum branch May 2, 2023 15:35
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.

2 participants