secret

package
v0.0.0-...-5cd5cfe Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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 {
	// contains filtered or unexported fields
}

KeyVaultSecretService - Nitric Secret Service implementation for Azure Key Vault

func New

func New() (*KeyVaultSecretService, error)

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

func NewWithClient

func NewWithClient(client KeyVaultClient) *KeyVaultSecretService

func (*KeyVaultSecretService) Access

func (*KeyVaultSecretService) Put

Jump to

Keyboard shortcuts

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