bitnami/sealed-secrets

kubeseal: client library

开放

#348 创建于 2020年1月24日

 (1 条评论) (12 个反应) (0 位负责人)Go (771 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (9,222 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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)
}

贡献者指南