open-vault/vault/diagnose
Hridoy Roy e38f991054
Diagnose checks for raft quorum status and file backend permissions (#11771)
* raft file and quorum checks

* raft checks

* backup

* raft file checks test

* address comments and add more raft and file and process checks

* syntax issues

* modularize functions to compile differently on different os

* compile raft checks everywhere

* more build tag issues

* raft-diagnose

* correct file permission checks

* upgrade tests and add a getConfigOffline test that currently does not work

* comment

* update file checks method signature on windows

* Update physical/raft/raft_test.go

Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>

* raft tests

* add todo comment for windows root ownership

* voter count message

* raft checks test fixes

Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
2021-06-17 10:04:21 -07:00
..
test-fixtures
file_checks.go Diagnose checks for raft quorum status and file backend permissions (#11771) 2021-06-17 10:04:21 -07:00
file_checks_test.go Diagnose checks for raft quorum status and file backend permissions (#11771) 2021-06-17 10:04:21 -07:00
file_checks_unix.go Diagnose checks for raft quorum status and file backend permissions (#11771) 2021-06-17 10:04:21 -07:00
file_checks_windows.go Diagnose checks for raft quorum status and file backend permissions (#11771) 2021-06-17 10:04:21 -07:00
helpers.go
helpers_test.go
mock_storage_backend.go Diagnose checks for raft quorum status and file backend permissions (#11771) 2021-06-17 10:04:21 -07:00
os_common.go
os_openbsd_arm.go Third time trying to get the os_openbsd_arm.go right. (#11786) 2021-06-07 17:19:47 -05:00
os_unix.go
os_windows.go
output.go
raft_checks.go Diagnose checks for raft quorum status and file backend permissions (#11771) 2021-06-17 10:04:21 -07:00
storage_checks.go
storage_checks_test.go
tls_verification.go Diagnose TLS Cert Expiry Warning Check: change 1 week expiry to 1 month expiry (#11871) 2021-06-15 12:31:28 -07:00
tls_verification_test.go Add expiration warning to certificate checking for diagnose [VAULT-1018] (#11850) 2021-06-15 09:53:29 -07:00