bitnami/sealed-secrets

kubeseal: client library

オープン

#348 opened on 2020/01/24

 (1 件のコメント) (12 件のリアクション) (0 人の担当者)Go (771 件のフォーク)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (9,222 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド