-
Notifications
You must be signed in to change notification settings - Fork 706
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
Defined notes and rules for BSI APP.4.4.A19 #12155
base: master
Are you sure you want to change the base?
Defined notes and rules for BSI APP.4.4.A19 #12155
Conversation
Hi @benruland. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
🤖 A k8s content image for this PR is available at: Click here to see how to deploy itIf you alread have Compliance Operator deployed: Otherwise deploy the content and operator together by checking out ComplianceAsCode/compliance-operator and: |
3b28165
to
8f3cabb
Compare
...nshift/high-availability/anti_affinity_or_topology_spread_constraints_in_deployment/rule.yml
Outdated
Show resolved
Hide resolved
...nshift/high-availability/anti_affinity_or_topology_spread_constraints_in_deployment/rule.yml
Outdated
Show resolved
Hide resolved
...nshift/high-availability/anti_affinity_or_topology_spread_constraints_in_deployment/rule.yml
Outdated
Show resolved
Hide resolved
applications/openshift/high-availability/three_control_plane_nodes/rule.yml
Outdated
Show resolved
Hide resolved
applications/openshift/high-availability/three_control_plane_nodes/rule.yml
Outdated
Show resolved
Hide resolved
applications/openshift/high-availability/three_control_plane_nodes/rule.yml
Outdated
Show resolved
Hide resolved
applications/openshift/high-availability/worker_nodes_in_two_zones_or_more/rule.yml
Outdated
Show resolved
Hide resolved
applications/openshift/high-availability/worker_nodes_in_two_zones_or_more/rule.yml
Outdated
Show resolved
Hide resolved
@benruland Hi, do you plan to act on @sluetze's feedback? |
Hey @yuumasato, sorry for the absence! I was swamped in projects and personal obligations... In two weeks, I will return and address the feedback. |
bb5d5e4
to
bd743c5
Compare
Hi @yuumasato, I adjusted this PR and also #12153 and #12154 according to the review. Could you take a look if it looks fine? |
/packit test |
/ok-to-test |
/test 4.17-e2e-aws-ocp4-bsi |
@benruland: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR needs a rebase too.
CC: @sluetze
...nshift/high-availability/anti_affinity_or_topology_spread_constraints_in_deployment/rule.yml
Outdated
Show resolved
Hide resolved
applications/openshift/high-availability/worker_nodes_in_two_zones_or_more/tests/ocp4/e2e.yml
Outdated
Show resolved
Hide resolved
Rules include OpenShift node high availability and spreading over zones, and Anti-Affinity/TopologySpreadConstraints for Workload
Co-authored-by: sluetze <[email protected]>
bd743c5
to
a7b9d81
Compare
Code Climate has analyzed commit a7b9d81 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 61.6% (0.0% change). View more on Code Climate. |
Description:
Notes / Rules for BSI APP4.4.A19
Rationale:
As we have multiple customers asking for a BSI profile to be included in the compliance-operator, we are contributing a profile. To provide a better review process, the individual controle are implemented as separate PRs.
This is a follow-up of #11659. It was breaken up for better reviewability.