Skip to content

Instantly share code, notes, and snippets.

View gbevan's full-sized avatar

Graham Lee Bevan gbevan

View GitHub Profile
@gbevan
gbevan / Dockerfile
Last active December 24, 2018 12:21
Proof-of-concept to show how Hashicorp Vault can pre-create an encrypt/decrypt key and share it with other vault instances.
################################################################################
# Proof-of-concept to show how Hashicorp Vault can pre-create an encrypt /
# decrypt key and share it with other vault instances.
#
# docker build --no-cache -t vault-keys-poc .
################################################################################
# Generate Key in Vault (1)
FROM vault:0.11.3 as generate
RUN \