Skip to content

Commit

Permalink
Merge pull request #620 from kubescape/security_fw_update
Browse files Browse the repository at this point in the history
Add data in rest encryption control (C-0264) to security.json
  • Loading branch information
kooomix authored Apr 21, 2024
2 parents e3f1133 + 37efdc3 commit 1e38f16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controls/C-0262-anonymousaccessisenabled.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"remediation": "Review and modify your cluster's RBAC configuration to ensure that only authenticated and authorized users have appropriate permissions based on their roles and responsibilities within your system.",
"test": "Checks if ClusterRoleBinding/RoleBinding resources give permissions to anonymous user. Also checks in the apiserver if the --anonymous-auth flag is set to false",
"attributes": {
"controlTypeTags": [
"security",
"compliance"
]
},
"rulesNames": [
"anonymous-access-enabled"
Expand Down
6 changes: 6 additions & 0 deletions frameworks/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@
"name": "Anonymous access enabled"
}
},
{
"controlID": "C-0264",
"patch": {
"name": "PersistentVolume without encyption"
}
},
{
"controlID": "C-0265",
"patch": {
Expand Down

0 comments on commit 1e38f16

Please sign in to comment.