Documentation ¶
Index ¶
Constants ¶
View Source
const ( ProviderName string = "azurekeyvault" PKCS12ContentType string = "application/x-pkcs12" PEMContentType string = "application/x-pem-file" )
View Source
const ( // For Azure AD Workload Identity, the audience recommended for use is // "api://AzureADTokenExchange" DefaultTokenAudience = "api://AzureADTokenExchange" //nolint )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AKVKeyManagementProviderConfig ¶
type AKVKeyManagementProviderConfig struct { Type string `json:"type"` VaultURI string `json:"vaultURI"` TenantID string `json:"tenantID"` ClientID string `json:"clientID"` CloudName string `json:"cloudName,omitempty"` Certificates []types.KeyVaultValue `json:"certificates,omitempty"` Keys []types.KeyVaultValue `json:"keys,omitempty"` }
Click to show internal directories.
Click to hide internal directories.