A logistics enterprise is migrating its internal supply chain microservices from a legacy network zone model to a Zero Trust Architecture (ZTA). The engineering team must ensure that service-to-service communications are secured strictly according to Zero Trust principles. Which of the following design decisions directly align with Zero Trust Architecture principles for this deployment? (Select TWO.)
- Implement mutual TLS (mTLS) to cryptographically authenticate identity and encrypt transit data for every API request between microservices, regardless of logical network location.Answer
- Enforce continuous transaction-level authorization by dynamically evaluating contextual risk parameters and access token validity for each request.Answer
- CBypass per-request authentication for communication originating from within the container cluster's internal overlay network segment.
- DRely on initial edge gateway single sign-on (SSO) authentication to grant blanket authorization across all downstream backend microservices.
- EDeploy passive network intrusion detection system (IDS) monitoring tools as inline preventive controls to automatically block unauthorized microservice calls.
Answer
Implementing mutual TLS for cryptographic identity and data protection across all requests, alongside enforcing continuous transaction-level authorization based on contextual risk evaluation, directly aligns with Zero Trust Architecture principles.
Zero Trust Architecture operates on the core tenets of 'never trust, always verify' and assuming breach. Implementing mutual TLS ensures explicit verification of service identity and cryptographic data protection for every request across all boundaries. Furthermore, continuous transaction-level authorization re-evaluates security posture and context dynamically rather than relying on static or initial authentication states.
Step-by-Step Solution
Key Concept
Zero Trust Architecture Principles (Explicit Verification and Continuous Authorization)