Registry / crypto / hashicorp-go-kms-wrapping-wrappers-azurekeyvault-v2

hashicorp-go-kms-wrapping-wrappers-azurekeyvault-v2

JSON →
library2.0.14gogounverified

Package azurekeyvault provides a wrapper for using Azure Key Vault as a key management service for HashiCorp's go-kms-wrapping library.

go get github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2
INSTALL
IMPORT
SIG · HASHICORP-GO-KMS-W
H
hashicorp-go-kms-wrapping-wrappers-azurekeyvault-v2
cryptogov2.0.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

azurekeyvault
github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2

Configure Azure Key Vault wrapper

package main import ( "context" "fmt" "github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2" ) func main() { wrapper := azurekeyvault.NewWrapper() _, err := wrapper.SetConfig(context.Background(), map[string]string{ "vault_name": "my-vault", "key_name": "my-key", "client_id": "my-client-id", "client_secret": "my-client-secret", }) if err != nil { fmt.Println(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.14latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
hashicorp-go-kms-wrapping-wrappers-azurekeyvault-v2 — go get hashicorp-go-kms-wrapping-wrappers-azurekeyvault-v2 · libregistry