Here's the scenario: I've got 2 subnets. 1 is PCI DSS Compliant and the other one is not. Can I extract data to process on Kafka from the PCI compliant subnet into the non-compliant one?
tl;dr Data that has to be analysed is on the compliant subnet. Kafka is located on the non-compliant subnet.
If you are accessing your PCI DSS Compliant subnetwork (
cde-subnet) from your non compliant subnetwork (non-cde-subnet) then thenon-cde-subnetis considered "Connected to and/or Security Impacting System" because it meets below criteria:Following the PCI documentation:
Docs: https://www.pcisecuritystandards.org/documents/Guidance-PCI-DSS-Scoping-and-Segmentation_v1.pdf
You can either move Kafka to pci compliant subnet or you need to make some changes to your currently non compliant subnet.