apache / apache/pulsar

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

Open
#8,425 3 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted type/enhancement
Dominant language
Java
Stars
15.3k
Forks
3.8k
Avg merge
1d 22h
Merged PRs (30d)
142

Description

**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`

Contributor guide

Open the contributing guide

Research direction

Start by comparing the existing EnvironmentBasedSecretsProvider and ClearTextSecretsProvider implementations for Java and Python functions. Then inspect the KubernetesSecretsProviderConfigurator referenced in the issue and the linked pull requests 8352 and 8365. Done means Go functions have equivalent secrets-provider support and the Kubernetes runtime linkage is covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
backend, devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.