Skip to content

CIS Red Hat OpenShift Container Platform 4 Benchmark

Rules and Groups employed by this XCCDF Profile

  • Verify User Who Owns The Kubernetes API Server Pod Specification File

    To properly set the owner of <code>/etc/kubernetes/static-pod-resources/kube-apiserver-pod-*/kube-apiserver-pod.yaml</code>, run the command: <pre...
    Rule Medium Severity
  • Verify User Who Owns The Kubernetes Controller Manager Pod Specification File

    To properly set the owner of <code>/etc/kubernetes/static-pod-resources/kube-controller-manager-pod-*/kube-controller-manager-pod.yaml</code>, run...
    Rule Medium Severity
  • Verify User Who Owns The Kubernetes Scheduler Pod Specification File

    To properly set the owner of <code>/etc/kubernetes/static-pod-resources/kube-scheduler-pod-*/kube-scheduler-pod.yaml</code>, run the command: <pre...
    Rule Medium Severity
  • Verify User Who Owns The OpenShift Admin Kubeconfig Files

    To properly set the owner of <code>/etc/kubernetes/static-pod-resources/kube-apiserver-certs/secrets/node-kubeconfigs/*.kubeconfig</code>, run the...
    Rule Medium Severity
  • Verify User Who Owns The OpenShift Multus Container Network Interface Plugin Files

    To properly set the owner of /var/run/multus/cni/net.d/*, run the command:
    $ sudo chown root /var/run/multus/cni/net.d/* 
    Rule Medium Severity
  • Verify User Who Owns The OpenShift PKI Certificate Files

    To properly set the owner of <code>/etc/kubernetes/static-pod-resources/*/*/*/tls.crt</code>, run the command: <pre>$ sudo chown root /etc/kuberne...
    Rule Medium Severity
  • Verify User Who Owns The OpenShift PKI Private Key Files

    To properly set the owner of <code>/etc/kubernetes/static-pod-resources/*/*/*/*.key</code>, run the command: <pre>$ sudo chown root /etc/kubernete...
    Rule Medium Severity
  • Verify User Who Owns The OpenShift SDN CNI Server Config

    To properly set the owner of <code>/var/run/openshift-sdn/cniserver/config.json</code>, run the command: <pre>$ sudo chown root /var/run/openshift...
    Rule Medium Severity
  • Verify User Who Owns The OVNKubernetes Socket

    To properly set the owner of <code>/run/ovn-kubernetes/cni/ovn-cni-server.sock</code>, run the command: <pre>$ sudo chown root /run/ovn-kubernetes...
    Rule Medium Severity
  • Verify Who Owns The OVNKubernetes DB files

    To properly set the owner of /var/lib/ovn/etc/*.db, run the command:
    $ sudo chown root /var/lib/ovn/etc/*.db 
    Rule Medium Severity
  • Verify User Who Owns The Open vSwitch Configuration Database

    To properly set the owner of /etc/openvswitch/conf.db, run the command:
    $ sudo chown openvswitch /etc/openvswitch/conf.db 
    Rule Medium Severity
  • Verify User Who Owns The Open vSwitch Configuration Database Lock

    To properly set the owner of <code>/etc/openvswitch/.conf.db.~lock~</code>, run the command: <pre>$ sudo chown openvswitch /etc/openvswitch/.conf....
    Rule Medium Severity
  • Verify User Who Owns The Open vSwitch Process ID File

    To properly set the owner of <code>/var/run/openvswitch/ovs-vswitchd.pid</code>, run the command: <pre>$ sudo chown openvswitch /var/run/openvswit...
    Rule Medium Severity
  • Verify User Who Owns The Open vSwitch Persistent System ID

    To properly set the owner of <code>/etc/openvswitch/system-id.conf</code>, run the command: <pre>$ sudo chown openvswitch /etc/openvswitch/system-...
    Rule Medium Severity
  • Verify User Who Owns The Open vSwitch Daemon PID File

    To properly set the owner of <code>/run/openvswitch/ovs-vswitchd.pid</code>, run the command: <pre>$ sudo chown openvswitch /run/openvswitch/ovs-v...
    Rule Medium Severity
  • Verify User Who Owns The Open vSwitch Database Server PID

    To properly set the owner of <code>/run/openvswitch/ovsdb-server.pid</code>, run the command: <pre>$ sudo chown openvswitch /run/openvswitch/ovsdb...
    Rule Medium Severity
  • Verify User Who Owns The Kubernetes Scheduler Kubeconfig File

    To properly set the owner of <code>/etc/kubernetes/static-pod-resources/kube-scheduler-pod-*/configmaps/scheduler-kubeconfig/kubeconfig</code>, ru...
    Rule Medium Severity
  • Verify Permissions on the OpenShift Container Network Interface Files

    To properly set the permissions of /etc/cni/net.d/*, run the command:
    $ sudo chmod 0600 /etc/cni/net.d/*
    Rule Medium Severity
  • Verify Permissions on the OpenShift Controller Manager Kubeconfig File

    To properly set the permissions of <code>/etc/kubernetes/static-pod-resources/kube-controller-manager-pod-*/configmaps/controller-manager-kubeconf...
    Rule Medium Severity
  • Verify Permissions on the Etcd Database Directory

    To properly set the permissions of /var/lib/etcd, run the command:
    $ sudo chmod 0700 /var/lib/etcd
    Rule Medium Severity
  • Verify Permissions on the Etcd Write-Ahead-Log Files

    To properly set the permissions of /var/lib/etcd/member/wal/*, run the command:
    $ sudo chmod 0600 /var/lib/etcd/member/wal/*
    Rule Medium Severity
  • Verify Permissions on the Etcd Member Pod Specification File

    To properly set the permissions of <code>/etc/kubernetes/manifests/etcd-pod.yaml</code>, run the command: <pre>$ sudo chmod 0600 /etc/kubernetes/m...
    Rule Medium Severity
  • Verify Permissions on the Etcd PKI Certificate Files

    To properly set the permissions of <code>/etc/kubernetes/static-pod-resources/etcd-*/secrets/*/*.crt</code>, run the command: <pre>$ sudo chmod 06...
    Rule Medium Severity
  • Verify Permissions on the OpenShift SDN Container Network Interface Plugin IP Address Allocations

    To properly set the permissions of <code>/var/lib/cni/networks/openshift-sdn/*</code>, run the command: <pre>$ sudo chmod 0644 /var/lib/cni/networ...
    Rule Medium Severity
  • Verify Permissions on the Kubernetes API Server Pod Specification File

    To properly set the permissions of <code>/etc/kubernetes/static-pod-resources/kube-apiserver-pod-*/kube-apiserver-pod.yaml</code>, run the command...
    Rule Medium Severity
  • Verify Permissions on the Kubernetes Controller Manager Pod Specification File

    To properly set the permissions of <code>/etc/kubernetes/static-pod-resources/kube-controller-manager-pod-*/kube-controller-manager-pod.yaml</code...
    Rule Medium Severity
  • Verify Permissions on the OpenShift Admin Kubeconfig Files

    To properly set the permissions of <code>/etc/kubernetes/static-pod-resources/kube-apiserver-certs/secrets/node-kubeconfigs/*.kubeconfig</code>, r...
    Rule Medium Severity
  • Verify Permissions on the OpenShift Multus Container Network Interface Plugin Files

    To properly set the permissions of <code>/var/run/multus/cni/net.d/*</code>, run the command: <pre>$ sudo chmod 0644 /var/run/multus/cni/net.d/*</...
    Rule Medium Severity
  • Verify Permissions on the OpenShift PKI Certificate Files

    To properly set the permissions of <code>/etc/kubernetes/static-pod-resources/kube-*/secrets/*/tls.crt</code>, run the command: <pre>$ sudo chmod ...
    Rule Medium Severity
  • Verify Permissions on the OpenShift PKI Private Key Files

    To properly set the permissions of <code>/etc/kubernetes/static-pod-resources/*/*/*/*.key</code>, run the command: <pre>$ sudo chmod 0600 /etc/kub...
    Rule Medium Severity
  • Verify Permissions on the OVNKubernetes socket

    To properly set the permissions of <code>/run/ovn-kubernetes/cni/ovn-cni-server.sock</code>, run the command: <pre>$ sudo chmod 0600 /run/ovn-kube...
    Rule Medium Severity
  • Verify Permissions on the OVNKubernetes DB files

    To properly set the permissions of /var/lib/ovn/etc/*.db, run the command:
    $ sudo chmod 0640 /var/lib/ovn/etc/*.db
    Rule Medium Severity
  • Verify Permissions on the Open vSwitch Configuration Database

    To properly set the permissions of /etc/openvswitch/conf.db, run the command:
    $ sudo chmod 0640 /etc/openvswitch/conf.db
    Rule Medium Severity
  • Verify Permissions on the Open vSwitch Configuration Database Lock

    To properly set the permissions of <code>/etc/openvswitch/.conf.db.~lock~</code>, run the command: <pre>$ sudo chmod 0600 /etc/openvswitch/.conf.d...
    Rule Medium Severity
  • Verify Permissions on the Open vSwitch Process ID File

    To properly set the permissions of <code>/var/run/openvswitch/ovs-vswitchd.pid</code>, run the command: <pre>$ sudo chmod 0644 /var/run/openvswitc...
    Rule Medium Severity
  • Verify Permissions on the Open vSwitch Persistent System ID

    To properly set the permissions of <code>/etc/openvswitch/system-id.conf</code>, run the command: <pre>$ sudo chmod 0644 /etc/openvswitch/system-i...
    Rule Medium Severity
  • Verify Permissions on the Open vSwitch Daemon PID File

    To properly set the permissions of <code>/run/openvswitch/ovs-vswitchd.pid</code>, run the command: <pre>$ sudo chmod 0644 /run/openvswitch/ovs-vs...
    Rule Medium Severity
  • Verify Permissions on the Open vSwitch Database Server PID

    To properly set the permissions of <code>/run/openvswitch/ovsdb-server.pid</code>, run the command: <pre>$ sudo chmod 0644 /run/openvswitch/ovsdb-...
    Rule Medium Severity
  • Verify Permissions on the Kubernetes Scheduler Pod Specification File

    To properly set the permissions of <code>/etc/kubernetes/static-pod-resources/kube-scheduler-pod-*/kube-scheduler-pod.yaml</code>, run the command...
    Rule Medium Severity
  • Verify Permissions on the Kubernetes Scheduler Kubeconfig File

    To properly set the permissions of <code>/etc/kubernetes/static-pod-resources/kube-scheduler-pod-*/configmaps/scheduler-kubeconfig/kubeconfig</cod...
    Rule Medium Severity
  • Verify Permissions on the OpenShift SDN CNI Server Config

    To properly set the permissions of <code>/var/run/openshift-sdn/cniserver/config.json</code>, run the command: <pre>$ sudo chmod 0444 /var/run/ope...
    Rule Medium Severity

The content of the drawer really is up to you. It could have form fields, definition lists, text lists, labels, charts, progress bars, etc. Spacing recommendation is 24px margins. You can put tabs in here, and can also make the drawer scrollable.

Capacity
Modules