Skip to content

Commit

Permalink
Do not check audit on balancers
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia1243 committed Nov 10, 2023
1 parent c3915e6 commit ecbbb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubemarine/procedures/check_paas.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def verify_system_audit_rules(cluster: KubernetesCluster) -> None:
:return: None
"""
with TestCase(cluster, '231', "System", "Audit Daemon Rules") as tc:
group = cluster.nodes['all']
group = cluster.make_group_from_roles(['control-plane', 'worker'])
rules_valid, auditctl_results = audit.audit_rules_valid(group)
cluster.log.debug(auditctl_results)
if rules_valid:
Expand Down

0 comments on commit ecbbb49

Please sign in to comment.