Skip to content
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

Link api_server_encryption_provider_cipher with CIS 2.8 #10494

Merged
merged 1 commit into from
Jun 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ identifiers:
severity: medium

references:
cis@ocp4: 1.2.33,1.2.34
cis@ocp4: 1.2.33,1.2.34,2.8
nerc-cip: CIP-003-8 R4.2
nist: SC-28,SC-28(1)
pcidss: Req-2.2
Expand Down
1 change: 1 addition & 0 deletions products/ocp4/profiles/cis.profile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ selections:
- api_server_etcd_ca
# 1.2.33 Ensure that the --encryption-provider-config argument is set as appropriate
# 1.2.34 Ensure that encryption providers are appropriately configured
# 2.8 Encrypt etc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - but for some reason control 2.8 was removed in version 1.4.0 of the benchmark.. We'll just have to update this later (or let it disappear if we decide to use the new control file format).

- api_server_encryption_provider_cipher
# 1.2.35 Ensure that the API Server only makes use of Strong Cryptographic Ciphers
- api_server_tls_cipher_suites
Expand Down