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

Add commented section for OCP4 CIS etcd node checks #6238

Merged
merged 1 commit into from Oct 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions ocp4/profiles/cis-node.profile
Expand Up @@ -45,6 +45,15 @@ selections:
# 1.1.20 Ensure that the OpenShift PKI certificate file permissions are set to 644 or more restrictive
# 1.1.21 Ensure that the OpenShift PKI key file permissions are set to 600

### 2 etcd
# 2.1 Ensure that the --cert-file and --key-file arguments are set as appropriate
# 2.2 Ensure that the --client-cert-auth argument is set to true
# 2.3 Ensure that the --auto-tls argument is not set to true
# 2.4 Ensure that the --peer-cert-file and --peer-key-file arguments are set as appropriate
# 2.5 Ensure that the --peer-client-cert-auth argument is set to true
# 2.6 Ensure that the --peer-auto-tls argument is not set to true
# 2.7 Ensure that a unique Certificate Authority is used for etcd (manual)

### 3 Control Plane Configuration
###
#### 3.2 Logging
Expand Down