key_vault_secret_service

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() (secret.SecretService, error)

New - Creates a new Nitric secret service with Azure Key Vault Provider

func NewWithClient

func NewWithClient(client KeyVaultClient) secret.SecretService

Types

type KeyVaultClient

type KeyVaultClient interface {
	SetSecret(ctx context.Context, vaultBaseURL string, secretName string, parameters keyvault.SecretSetParameters) (result keyvault.SecretBundle, err error)
	GetSecret(ctx context.Context, vaultBaseURL string, secretName string, secretVersion string) (result keyvault.SecretBundle, err error)
}

type KeyVaultSecretService

type KeyVaultSecretService struct {
	secret.UnimplementedSecretPlugin
	// contains filtered or unexported fields
}

func (*KeyVaultSecretService) Access

func (*KeyVaultSecretService) Put

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL