-
Notifications
You must be signed in to change notification settings - Fork 97
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
FIPS enabled Kairos flavors #361
Comments
Couple of things.
So a bit problematic IMHO, pro subscription has to be done on runtime so we can enable fips and bundle the packages in the rootfs. But that would make us miss the fips kernel? |
Let's do our part:
|
We need to try the same things with RHEL. Same plan as above. We try that and we document it. |
Packages are all built now under the fips category |
Created PR to build a fips framework image so that users can build their own flavor following our docs: #1544 |
Framework image is there, docs are there. Done. |
Let's add a "fips" specific section in the docs page. Re-opening. |
Closing since documentation has been added |
We want to enable and document the building of FIPS enabled Kairos flavors.
For this we need to:
aside the current ones which are statically built, needed for #116, we need the same binaries that we add to the rootfs built with fips to support BYOI:
Aside : we pack as a static binary, even if CGO_ENABLED=1 ?
Depends on #1498
The text was updated successfully, but these errors were encountered: