apache/pulsar

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

Open

#8,425 创建于 2020年11月2日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Java (3,485 fork)batch import
good first issuehelp wantedtype/enhancement

仓库指标

Star
 (13,697 star)
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

贡献者指南