Complete the code to identify the main reason security must be applied across all microservices.
Security is important in microservices because each service can be a [1] point for attacks.
Each microservice can be a vulnerable point for attacks if not secured properly.
Complete the code to explain why security policies must be consistent across services.
Security policies must be [1] across all services to prevent gaps attackers can exploit.Uniform security policies ensure no weak spots exist between services.
Fix the error in the statement about microservices security.
Each microservice should have its own [1] to avoid a single point of failure.Each service needs its own authentication to prevent unauthorized access.
Fill both blanks to complete the sentence about microservices security design.
To secure microservices, implement [1] and [2] at each service boundary.
Authentication verifies identity, and authorization controls access rights at service boundaries.
Fill all three blanks to complete the security best practices for microservices.
Use [1] to encrypt data, [2] to monitor access, and [3] to isolate services.
TLS encrypts data, audit logs monitor access, and network segmentation isolates services for security.