spec icon indicating copy to clipboard operation
spec copied to clipboard

TLS certificate information retrieval

Open Shikugawa opened this issue 4 years ago • 0 comments

Related with https://github.com/envoyproxy/envoy-wasm/pull/476. We require to retrieve TLS certificate information via wasm VM. As written, there are two approaches. In my opinion, we should add enum WasmMapType and include TlsPeerCertificate and TlsLocalCertificate. After that, we pass the type to proxy_get_map. Do you think about it? cc @PiotrSikora @jplevyak

Shikugawa avatar Apr 06 '20 17:04 Shikugawa