From 5bc1494746b0b65eb6c445f52e13dc9a1481c0e9 Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Sun, 23 Oct 2022 11:55:24 +0200 Subject: [PATCH] fix(packer): add space between word and link Signed-off-by: Bruce Becker --- _posts/2022-07-14-packer-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2022-07-14-packer-images.md b/_posts/2022-07-14-packer-images.md index 79258e5..d047d55 100644 --- a/_posts/2022-07-14-packer-images.md +++ b/_posts/2022-07-14-packer-images.md @@ -90,7 +90,7 @@ In the past we could have assumed that since a machine was on a local network, i We cannot assume that the network will be trusted, or even that it will be _that particular network_! In order to authenticate the machine then, we need to issue it some kind of credential, without persisting secrets on the image. -Luckily, Vault has just what we need, in the form of the "pull" method[AppRole](https://www.vaultproject.io/docs/auth/approle). +Luckily, Vault has just what we need, in the form of the "pull" method [AppRole](https://www.vaultproject.io/docs/auth/approle). Issueing a Role ID to an instance and allowing it to retrieved a wrapped token, we are able to securely provision files templated with the sensitive data we need -- Consul gossip key and CA certificates -- to agents when they start. ### Storage Configuration