Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

unseal key now accepts a 3 element array.

Compare
Choose a tag to compare
@tfhartmann tfhartmann released this 23 Oct 20:03
· 20 commits to master since this release

unseal_key has now become unseal_keys, and accepts a list as its
parameters. The list should have three elements, each an unseal key,
which is used to unseal the vault docker container.

This should make this module useful to existing vault infrastructures