Skip to content

FIPS compliance: openssl fipsinstall required for every container? #23920

Answered by nhorman
kulkarniamit asked this question in Q&A
Discussion options

You must be logged in to vote

I believe the answer to your question is yes, fipsinstall must be re-run in a docker environment, as there is no guarantee that a docker container will be executed on the same platform as which it was built. There may be some leeway in that if your docker environment restricts the platforms on which it is run (i.e. if you are running strictly in a localized docker environment, so as to guarantee that the platform that built the container is always the one that runs the container), but if that cannot be guaranteed, the fipsinstall command should be re-run.

consider the use of a docker container in a heterogeneous kubernetes environment with a mix of systems. On some systems a source of ent…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@paulidale
Comment options

Answer selected by kulkarniamit
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants