Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubeseal: client library #348

Open
bndw opened this issue Jan 24, 2020 · 1 comment · Fixed by adamkirk/sealed-secrets#1
Open

kubeseal: client library #348

bndw opened this issue Jan 24, 2020 · 1 comment · Fixed by adamkirk/sealed-secrets#1
Labels
enhancement help wanted Feature requests approved by maintainers that are not included in the project roadmap

Comments

@bndw
Copy link

bndw commented Jan 24, 2020

Is there any interest in providing a kubeseal client library? I'm specifically after the Seal function. The use-case is for custom applications generated SealedSecrets.

Currently func seal is non-exported and lives directly in cmd/kubeseal.

e.g. pseudo code

package client

type Sealer interface {
    Seal(key, Secret) (SealedSecret, error)
}
@mkmik
Copy link
Collaborator

mkmik commented Jan 24, 2020

Makes sense!

@mkmik mkmik added the help wanted Feature requests approved by maintainers that are not included in the project roadmap label Jan 24, 2020
@bndw bndw mentioned this issue Jan 30, 2020
@github-actions github-actions bot added the Stale label Jan 28, 2022
@juan131 juan131 added enhancement and removed Stale labels Feb 3, 2022
@bitnami-labs bitnami-labs deleted a comment from github-actions bot Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted Feature requests approved by maintainers that are not included in the project roadmap
Projects
None yet
3 participants