Documentation
¶
Overview ¶
Package akv implements backend for Azure Key Vault secrets
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackend ¶
NewBackend returns an uninitialized Backend for AWS Secret Manager
Types ¶
type AzureCredentials ¶
type AzureCredentials struct { TenantID string `json:"tenantId"` ClientID string `json:"clientId"` ClientSecret string `json:"clientSecret"` Keyvault string `json:"keyvault"` }
AzureCredentials represents expected credentials
type Backend ¶
type Backend struct { Client ClientInterface // contains filtered or unexported fields }
Backend represents a backend for Azure Key Vault
type ClientInterface ¶
Click to show internal directories.
Click to hide internal directories.