dmerkushov / nanoservices

Apache License 2.0
3 stars 0 forks source link

FEATURE: Secure inter-nanoservice connections #34

Open dmerkushov opened 4 years ago

dmerkushov commented 4 years ago

Problem solved by the feature

Data interchange between nanoservices isn't secure, as the MsgPack traffic is simply deserialized (MitM attack)

Description of the proposed solution

Use TLS for inter-nanoservice connections, probably after moving nanoservices to UUPS2 interchange

Feature optionality

The feature must be optional on production environments, turned ON by default.