Skip to content

Commit

Permalink
fix(packer): add space between word and link
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <brucellino@protonmail.com>
  • Loading branch information
brucellino committed Oct 23, 2022
1 parent 0f4016f commit 5bc1494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2022-07-14-packer-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bc1494

Please sign in to comment.