Hacker News new | ask | show | jobs
by otabdeveloper4 242 days ago
After trying to get SPIFFE mTLS to work with Python asyncio and giving up, I'm sure "lots of projects" is an overstatement.

Even basic parts of the tech stack aren't there yet.

1 comments

Several big CNCF security projects use it. Normally you'd just add sidecars to your asyncio service.
No, normally you would just add a parameter to your ssl context constructor.

"Sidecars" is a crazy hack that only applies if you use k8s and containers, which I'm obviously not.