mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Add high privilege namespace (#21215)
This commit is contained in:
@@ -64,6 +64,12 @@ func TestParseStorage(t *testing.T) {
|
||||
testParseStorageTemplate(t)
|
||||
}
|
||||
|
||||
// TestConfigWithAdministrativeNamespace tests that .hcl and .json configurations are correctly parsed when the administrative_namespace_path is present.
|
||||
func TestConfigWithAdministrativeNamespace(t *testing.T) {
|
||||
testConfigWithAdministrativeNamespaceHcl(t)
|
||||
testConfigWithAdministrativeNamespaceJson(t)
|
||||
}
|
||||
|
||||
func TestUnknownFieldValidation(t *testing.T) {
|
||||
testUnknownFieldValidation(t)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user