mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Backport Fix adding additional public keys for tests in ent into ce/main (#11146)
* resolving conflicts for backport * remove ent file
This commit is contained in:
parent
782f19d644
commit
6c6777ef5c
1 changed files with 3 additions and 0 deletions
|
|
@ -1967,6 +1967,9 @@ func (testCluster *TestCluster) newCore(t testing.TB, idx int, coreConfig *CoreC
|
|||
localConfig.Seal.SetCore(c)
|
||||
}
|
||||
|
||||
// Set test public keys in the core for tests that call license reloads
|
||||
c.testSetTestPubKeys(localConfig.LicensingConfig.AdditionalPublicKeys)
|
||||
|
||||
return cleanupFunc, c, localConfig, handler
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue