You've built a microservices architecture, but have you secured your service-to-service communication?
You can add security to the communication between your services by not exposing their ports in your docker-compose.yml file. But what happens if the ports of your microservice app are accidentally exposed? Can that data be accessed by anyone?
from DZone.com Feed http://bit.ly/2KAJ2YE
No comments:
Post a Comment