This repository was archived by the owner on May 12, 2021. It is now read-only.
kernel: Enable configuration for fips mode.#788
Merged
Conversation
This will allow us to run a VM in fips mode. The intention is to check if the host is running in fips mode and then start a container in fips mode as well. Fixes kata-containers#787 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
grahamwhaley
approved these changes
Nov 4, 2019
Contributor
grahamwhaley
left a comment
There was a problem hiding this comment.
lgtm
Had to go look up what FIPS was ;-)
@amshinde - I'm presuming there are no noticeable size/speed impacts with this addition?
Contributor
|
/test |
Contributor
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
amshinde
added a commit
to amshinde/kata-runtime
that referenced
this pull request
Nov 8, 2019
FIPS are a set of security standards for encryption algororithms in user and kernel space among others. Have Kata support this by starting the VM for a container in FIPS mode on detecting that the host is running in FIPS mode. Depends-on: github.com/kata-containers/packaging#788 Fixes kata-containers#2170 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
amshinde
added a commit
to amshinde/kata-runtime
that referenced
this pull request
Nov 8, 2019
FIPS are a set of security standards for encryption algorithms in user and kernel space among others. Have Kata support this by starting the VM for a container in FIPS mode on detecting that the host is running in FIPS mode. Depends-on: github.com/kata-containers/packaging#788 Fixes kata-containers#2170 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will allow us to run a VM in fips mode.
The intention is to check if the host is running in fips mode
and then start a container in fips mode as well.
Fixes #787
Signed-off-by: Archana Shinde archana.m.shinde@intel.com