-
Notifications
You must be signed in to change notification settings - Fork 76
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
pre-start script of uaa-release fails on FIPS stemcell #722
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/186619337 The labels on this github issue will be updated when the story is started. |
hi @jochenehret I remember that there was a fix in past, see So the existence /proc/sys/crypto/fips_enabled is not given with your fips vm ? |
|
ok, sorry, maybe too short in answer. I wanted answer. There was a issue and PR in the past which. There was a long discussion about howto fix this Now you say, that the algorithm is no accepted anymore? What parameters would you expect to have ? I dont have a FIPS vm to test this |
Yes, it seems that
This issue could be related: openssl/openssl#17985 |
Possible solution: Use the |
yes, seems to be pragmatic, because we have no old VMs anymore and we dont need to protect the p12 file we need it only for the Tomcat ... and therefore there is no security requirement for this action Can you please open a PR |
@torsten-sap FYI for SAP , @Tallicia for VMware |
We have started to evaluate cf-deployment on a FIPS compliant stemcell. See parent issue cloudfoundry/cf-deployment#1140 for more details.
On stemcell
bosh-aws-xen-hvm-ubuntu-jammy-fips-go_agent
, version 1.318 the pre-start script of uaa-release 76.26.0 fails because the specified PBE algorithm is not supported:uaa-release/jobs/uaa/templates/bin/pre-start.erb
Line 138 in c6099be
Can you replace
PBE-SHA1-3DES
with an algorithm that is supported on the stemcell?Thanks and Best Regards,
Jochen.
The text was updated successfully, but these errors were encountered: