azurekms

package
v0.0.0-...-83a8c6e Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// ConfigFilePath Path for Azure Cloud Provider config file
	ConfigFilePath string `json:"configFilePath" yaml:"configFilePath"`
	// KeyVaultName Azure Key Vault name
	KeyVaultName string `json:"keyVaultName" yaml:"keyVaultName"`
	// KeyName Azure Key Vault KMS key name
	KeyName string `json:"keyName" yaml:"keyName"`
	// KeyVersion Azure Key Vault KMS key version
	KeyVersion string `json:"keyVersion" yaml:"keyVersion"`
	// ManagedHMS Azure Key Vault Managed HSM
	ManagedHMS bool `json:"managedHSM,omitempty" yaml:"managedHSM,omitempty"`
}

Config contains the details of connection.

Jump to

Keyboard shortcuts

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