Registry / cloud / secrets-hashivault

secrets-hashivault

JSON →
library0.46.0gogounverified

Package hashivault provides a secrets implementation using the Transit Secrets Engine of Vault by Hashicorp.

go get gocloud.dev/secrets/hashivault
INSTALL
IMPORT
SIG · SECRETS-HASHIVAULT
S
secrets-hashivault
cloudgov0.46.0
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.

hashivault
gocloud.dev/secrets/hashivault

Opens a Vault-based secrets keeper.

package main import ( "context" "gocloud.dev/secrets/hashivault" ) func main() { ctx := context.Background() keeper, err := hashivault.OpenKeeper(ctx, hashivault.DefaultURLOpener{}) if err != nil { panic(err) } defer keeper.Close() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources
secrets-hashivault — go get secrets-hashivault · libregistry