Skip to content

Commit 3fe7521

Browse files
committed
Implement CIS OpenShift v1.9.0 section 3
This section remains the same as version 1.7.0. Assisted-By: Claude Opus 4.6
1 parent f28703a commit 3fe7521

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

controls/cis_ocp_190/section-3.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
controls:
3+
- id: '3'
4+
title: Control Plane Configuration
5+
status: pending
6+
rules: []
7+
controls:
8+
- id: '3.1'
9+
title: Authentication and Authorization
10+
status: automated
11+
rules: []
12+
controls:
13+
- id: 3.1.1
14+
title: Client certificate authentication should not be used for users
15+
status: automated
16+
rules:
17+
- idp_is_configured
18+
- kubeadmin_removed
19+
levels:
20+
- level_2
21+
- id: '3.2'
22+
title: Logging
23+
status: automated
24+
rules: []
25+
controls:
26+
- id: 3.2.1
27+
title: Ensure that a minimal audit policy is created
28+
status: automated
29+
rules:
30+
- audit_logging_enabled
31+
levels:
32+
- level_1
33+
- id: 3.2.2
34+
title: Ensure that the audit policy covers key security concerns
35+
status: automated
36+
rules:
37+
- audit_profile_set
38+
levels:
39+
- level_2

0 commit comments

Comments
 (0)