mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
backport of commit 5374b3b046 (#22366)
Co-authored-by: Hamid Ghaf <83242695+hghaf099@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fcd822d33c
commit
b71b227cb2
3
changelog/22363.txt
Normal file
3
changelog/22363.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note:bug
|
||||||
|
license: Add autoloaded license path to the cache exempt list. This is to ensure the license changes on the active node is observed on the perfStandby node.
|
||||||
|
```
|
||||||
@@ -37,6 +37,11 @@ var cacheExceptionsPaths = []string{
|
|||||||
// exceptions to avoid unseal errors. See VAULT-17227
|
// exceptions to avoid unseal errors. See VAULT-17227
|
||||||
"core/seal-config",
|
"core/seal-config",
|
||||||
"core/recovery-config",
|
"core/recovery-config",
|
||||||
|
|
||||||
|
// we need to make sure the persisted license is read from the storage
|
||||||
|
// to ensure the changes to the autoloaded license on the active node
|
||||||
|
// is observed on the perfStandby nodes
|
||||||
|
"core/autoloaded-license",
|
||||||
}
|
}
|
||||||
|
|
||||||
// CacheRefreshContext returns a context with an added value denoting if the
|
// CacheRefreshContext returns a context with an added value denoting if the
|
||||||
|
|||||||
Reference in New Issue
Block a user