[VAULT-2776] Add prefix_filter option to Vault (#12025)

* [VAULT-2776] Add prefix_filter support to vault

* [VAULT-2776] Add filter_default config, update docs

* [VAULT-2776] Add changelog file

* [VAULT-2776] Update telemetry tests and error handling

* [VAULT-2776] Add test fixtures, update test

* [VAULT-2776] Update gitignore hcl filter
This commit is contained in:
Pratyoy Mukhopadhyay
2021-07-09 14:49:53 -05:00
committed by GitHub
parent a9107dcc2a
commit c7b829165a
9 changed files with 167 additions and 2 deletions

View File

@@ -16,6 +16,10 @@ import (
"github.com/hashicorp/vault/internalshared/configutil"
)
func boolPointer(x bool) *bool {
return &x
}
func testConfigRaftRetryJoin(t *testing.T) {
config, err := LoadConfigFile("./test-fixtures/raft_retry_join.hcl")
if err != nil {