mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[build] Add Docker images with FIPS (#175946)
## Summary Closes elastic/kibana-operations/issues/24 This adds a second flavor of UBI image (`kibana-ubi-fips`) which has a FIPS compliant version of OpenSSL compiled and linked to Node. Using the label `ci:build-docker-fips` will create the image in CI and push to the registry. The FIPS image start the Kibana NodeJS process using the FIPS compliant OpenSSL version. Kibana will start in this state but crash during runtime because there are many code changes required for it to be FIPS compliant, including `node_module` usage. I attempted numerous ways to load other OpenSSL providers alongside the FIPS provider, but it always led to Kibana crashing on invalid algorithm usage. --------- Co-authored-by: Tiago Costa <tiago.costa@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
558d1f60f7
commit
e448334950
21 changed files with 220 additions and 6 deletions
|
@ -51,6 +51,10 @@ Build an archive that can be used to serve Kibana's static assets.
|
|||
|
||||
Build cloud Docker images that can be used for testing deployments on Elastic Cloud.
|
||||
|
||||
#### `ci:build-docker-fips`
|
||||
|
||||
Build Docker UBI x64 image with FIPS enabled.
|
||||
|
||||
#### `ci:build-os-packages`
|
||||
|
||||
Build Docker images, and Debian and RPM packages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue