Files
vault/changelog/18615.txt
Eléonore Carpentier b195342e51 Add sys/storage/raft/bootstrap option to reset TLS keyring (#18615)
* Add sys/storage/raft/bootstrap option to reset TLS keyring

* Add a comment

* Remove resetTLSKeyring arg & fix based on review comments

* Add changelog

* Update vault/raft.go

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>

* fix failing test

* typo in go doc  :sadpanda:

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-10-01 11:52:12 -04:00

3 lines
112 B
Plaintext

```release-note:bug
core: fix issue when attempting to re-bootstrap HA when using Raft as HA but not storage
```