apache/pulsar

[pulsar-function-go]add secrets provider for golang function

開放

#8,425 建立於 2020年11月2日

 (3 則留言) (0 個反應) (0 位負責人)Java (3,485 個分叉)batch import
good first issuehelp wantedtype/enhancement

倉庫指標

星標
 (13,697 顆星)
PR 合併指標
 (平均合併 3天 10小時) (30 天內合併 146 個 PR)

描述

Is your enhancement request related to a problem? Please describe. currently go function do not have secrets provider implemented. for Java and Python functions, we already have secrets providers implemented, such as EnvironmentBasedSecretsProvider and ClearTextSecretsProvider.

this enhancement is also mentioned in https://github.com/apache/pulsar/pull/8352 and https://github.com/apache/pulsar/pull/8365

as @sijie request, this issue is used to track down the develop progress of golang function's secrets providers, and will linked with k8s golang runtime's KubernetesSecretsProviderConfigurator

貢獻者指南