Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyBackend ¶
type KmsBackend ¶
type KmsBackend struct { KmsKeyId string GcsBucketName string KmsService *cloudkms.Service StorageClient *storage.Client }
func NewKmsBackend ¶
func NewKmsBackend(kmsKey string, gcsBucketName string) (*KmsBackend, error)
type SecretsManagerBackend ¶
type SecretsManagerBackend struct { Context *context.Context ProjectId string Client *secretmanager.Client }
func NewSecretsManagerBackend ¶
func NewSecretsManagerBackend(projectid string) (*SecretsManagerBackend, error)
Click to show internal directories.
Click to hide internal directories.