function-mesh icon indicating copy to clipboard operation
function-mesh copied to clipboard

[Feature] Enable end-to-end encryption for function mesh

Open nlu90 opened this issue 5 years ago • 2 comments

Apache Pulsar recently introduced the e2e encryption: https://github.com/apache/pulsar/pull/8432

The Mesh version should also update accordingly to enable this feature

nlu90 avatar Dec 17 '20 02:12 nlu90

here are some checklist before we close this issue

  • [x] make sure python e2e works
  • [ ] make sure golang e2e works https://github.com/apache/pulsar-client-go/issues/423
  • [x] add tests

freeznet avatar Dec 29 '20 01:12 freeznet

Ref for Python implementation: https://github.com/apache/pulsar/pull/9588

nlu90 avatar Mar 18 '21 02:03 nlu90