open-vault/vault/external_tests
Vishal Nayak 0d077d7945
Recovery Mode (#7559)
* Initial work

* rework

* s/dr/recovery

* Add sys/raw support to recovery mode (#7577)

* Factor the raw paths out so they can be run with a SystemBackend.

# Conflicts:
#	vault/logical_system.go

* Add handleLogicalRecovery which is like handleLogical but is only
sufficient for use with the sys-raw endpoint in recovery mode.  No
authentication is done yet.

* Integrate with recovery-mode.  We now handle unauthenticated sys/raw
requests, albeit on path v1/raw instead v1/sys/raw.

* Use sys/raw instead raw during recovery.

* Don't bother persisting the recovery token.  Authenticate sys/raw
requests with it.

* RecoveryMode: Support generate-root for autounseals (#7591)

* Recovery: Abstract config creation and log settings

* Recovery mode integration test. (#7600)

* Recovery: Touch up (#7607)

* Recovery: Touch up

* revert the raw backend creation changes

* Added recovery operation token prefix

* Move RawBackend to its own file

* Update API path and hit it using CLI flag on generate-root

* Fix a panic triggered when handling a request that yields a nil response. (#7618)

* Improve integ test to actually make changes while in recovery mode and
verify they're still there after coming back in regular mode.

* Refuse to allow a second recovery token to be generated.

* Resize raft cluster to size 1 and start as leader (#7626)

* RecoveryMode: Setup raft cluster post unseal (#7635)

* Setup raft cluster post unseal in recovery mode

* Remove marking as unsealed as its not needed

* Address review comments

* Accept only one seal config in recovery mode as there is no scope for migration
2019-10-15 00:55:31 -04:00
..
api Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
identity Port over some SP v2 bits (#6516) 2019-05-01 13:47:41 -04:00
misc Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
policy Tokenhelper v2 (#6662) 2019-06-14 10:17:04 -04:00
pprof sys: add pprof endpoint (#7473) 2019-09-19 13:44:37 -07:00
raft Improve raft write performance by utilizing FSM Batching (#7527) 2019-10-14 09:25:07 -06:00
response Fixed a bunch of typos (#7146) 2019-07-18 21:10:15 -04:00
router Fix a case where mounts could be duplicated (#6771) 2019-06-04 10:33:36 -07:00
token Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00