-
Notifications
You must be signed in to change notification settings - Fork 1
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
APP.4.4.A20 #46
Comments
There are different approaches to achieve encryption.
fips_mode_enabled_on_all_nodes |
Maybe only manual check? |
The two suggested policies sound good to check. For application data, I do not see a good way to check that. |
I would only check rules:
- api_server_encryption_provider_cipher FIPS mode only means, that the encryption libraries used for encryption (IF you use encryption) are certified. FIPS is a US Government standard. While some German & European institutions might think it is more secure or safe to use FIPS mode, this is not a default. I guess more than 95% of customers wont use FIPS mode. As BSI does not require this, I would not add this as check to avoid confusion. The Requirement only states that etcd SHOULD be encrypted, not that it must be encrypted using a specific method or encryption library. additionally some info from my analysis of etcd encryption in openshift
|
I agree sluetze. The rule you mentioned should be enough for implementation. Any suggestions for testing the correct behaviour, since activating/deactivating encryption isn't trivial? |
ComplianceAsCode#11997 was merged, closing |
No description provided.
The text was updated successfully, but these errors were encountered: