Hacker News new | ask | show | jobs
by coredog64 2583 days ago
Does anyone else think mTLS on the public cloud is a waste of CPU cycles (and therefore money)?
3 comments

Yes - esp if you have a sidecar which speaks in-securely to your application. Data theft happens from application issues, or employees with access stealing things - not because of unencrypted traffic in a secure network.
There's a cost to ensure all your data is encrypted in transit regardless of how you do it.
Even if it does cost more its probably worth it.