Skip to content

Commit 296a22d

Browse files
committed
Checked with 1.8.2 to work & updated Docs.
1 parent de21fd8 commit 296a22d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# HashiCorp `vagrant` demo of **`vault`** HA Cluster using native Raft storage.
2-
This repo contains a `Vagrantfile` mock of a [Vault](https://www.vaultproject.io/) (HA) High Availability cluster / setup using the Beta feature of [RAFT](https://raft.github.io/) [Storage](https://learn.hashicorp.com/vault/operations/raft-storage) (node: vault2, vault3. etc) as well as [auto-unsealing using Transit Secrets Engine](https://learn.hashicorp.com/vault/operations/autounseal-transit) (node: vault1). The RAFT Storage in Vault is Beta and available since [version 1.3 or later](https://releases.hashicorp.com/vault/).
2+
This repo contains a `Vagrantfile` mock of a [Vault](https://www.vaultproject.io/) (HA) High Availability cluster / setup using the Beta feature of [RAFT](https://raft.github.io/) [Storage (as detailed on the learn guide)](https://learn.hashicorp.com/vault/operations/raft-storage) with four (4) or more nodes nodes: vault2, vault3. etc as well as [auto-unsealing using Transit Secrets Engine](https://learn.hashicorp.com/vault/operations/autounseal-transit) (node: vault1). The RAFT Storage in Vault is Beta and available since [version 1.3 or later](https://releases.hashicorp.com/vault/).
33

44
[![demo](https://asciinema.org/a/304787.svg)](https://asciinema.org/a/304787?autoplay=1)
55

@@ -142,7 +142,9 @@ vault operator raft join IP/FQDN ; # // join raft via active node
142142
This is intended as a mere practise / training exercise.
143143

144144
See also:
145-
- [hashicorp/vault-guides/operations/raft-storage](https://github.com/hashicorp/vault-guides/tree/master/operations/raft-storage)
145+
- [hashicorp/vault-guides/operations/raft-storage](https://github.com/hashicorp/vault-guides/tree/main/operations/raft-storage)
146146
- [Vault Consul Storage Example](https://github.com/aphorise/hashicorp.vagrant_vault_consul)
147147

148+
Reference Material:
149+
- [Vault HA Cluster with Integrated Storage](https://learn.hashicorp.com/tutorials/vault/raft-storage?in=vault/raft)
148150
------

0 commit comments

Comments
 (0)