MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / SetSecret

Method SetSecret

pkg/credentials/azurekv/keyvault.go:48–48  ·  view source on GitHub ↗
(ctx context.Context, secretName string, params azsecrets.SetSecretParameters, options *azsecrets.SetSecretOptions)

Source from the content-addressed store, hash-verified

46
47type SecretsRW interface {
48 SetSecret(ctx context.Context, secretName string, params azsecrets.SetSecretParameters, options *azsecrets.SetSecretOptions) (azsecrets.SetSecretResponse, error)
49 GetSecret(ctx context.Context, secretName string, version string, options *azsecrets.GetSecretOptions) (azsecrets.GetSecretResponse, error)
50 DeleteSecret(ctx context.Context, secretName string, options *azsecrets.DeleteSecretOptions) (azsecrets.DeleteSecretResponse, error)
51}

Callers 2

SaveCredentialsMethod · 0.65
ValidateWriterClientFunction · 0.65

Implementers 1

SecretsRWpkg/credentials/azurekv/mocks/SecretsR

Calls

no outgoing calls

Tested by

no test coverage detected