envoyproxy/envoy

k8s TLS secret credential provider

開放

#35,729 建立於 2024年8月16日

 (1 則留言) (0 個反應) (0 位負責人)C++ (5,373 個分叉)batch import
area/sdsenhancementhelp wanted

倉庫指標

星標
 (27,997 顆星)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

On k8s (and other environments) secrets have an independent pipeline, e.g. k8s Secrets API. Secrets must be served independently from the rest of Envoy configuration because of the higher security expectations for credentials in-transit and at-rest over the regular xDS. Currently, this requires running an agent next to Envoy to convert from the platform secrets API to SDS, which adds a runtime overhead per instance. The feature request is to integrate with those platform APIs directly via the new credential provider functionality, bypassing SDS.

貢獻者指南