Skip to content

jamesidw/vault-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bring Your Own Key

Adding a key to a HashiCorp Vault demands that you do some AES encryption first.

This is a fleshed out implementation of the example they provide in Go

The general idea is that you want to wrap the actual key using AES then send the AES key to vault as an encrypted string (basic RSA encryption). Since vault knows the private key, it can decrypt the key and unwrap the material you want to import

Read the original instructions from the key wrapping guide

About

BYOK for HashiCorp vault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages