e2e: modernize vaultcompat testing (#18179)

* e2e: modernize vaultcompat testing

* e2e: cr fixes for vaultcompat
This commit is contained in:
Seth Hoenig
2023-08-09 09:24:51 -05:00
committed by GitHub
parent acfb4e679a
commit 37dd4c4a69
13 changed files with 358 additions and 534 deletions

View File

@@ -87,6 +87,7 @@ type VaultConfig struct {
Address string `json:"address"`
AllowUnauthenticated bool `json:"allow_unauthenticated"`
Token string `json:"token"`
Role string `json:"role"`
}
// ACLConfig is used to configure ACLs