mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Fussy, fussy markdown
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -26,7 +26,7 @@ Here's how it went down...
|
|||||||
|
|
||||||
We're using Hashicorp vault in HA mode with [integrated (raft) storage](https://developer.hashicorp.com/vault/docs/concepts/integrated-storage), and [AWSKMS auto-unsealing](https://developer.hashicorp.com/vault/docs/configuration/seal/awskms). All you have to do is initialize vault on your first node, and then include something like this in other nodes:
|
We're using Hashicorp vault in HA mode with [integrated (raft) storage](https://developer.hashicorp.com/vault/docs/concepts/integrated-storage), and [AWSKMS auto-unsealing](https://developer.hashicorp.com/vault/docs/configuration/seal/awskms). All you have to do is initialize vault on your first node, and then include something like this in other nodes:
|
||||||
|
|
||||||
```
|
```text
|
||||||
storage "raft" {
|
storage "raft" {
|
||||||
path = "/var/lib/vault"
|
path = "/var/lib/vault"
|
||||||
node_id = "grumpy"
|
node_id = "grumpy"
|
||||||
|
|||||||
Reference in New Issue
Block a user