This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# 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 \ |
NewerOlder