Fix license caching issue (#10424)
* Fix license caching issue * Add changelog entry
This commit is contained in:
parent
cc7efd393d
commit
f71203c439
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
license: Fix license caching issue that prevents new licenses to get picked up by the license manager
|
||||
```
|
|
@ -29,6 +29,7 @@ var cacheExceptionsPaths = []string{
|
|||
"sys/expire/",
|
||||
"core/poison-pill",
|
||||
"core/raft/tls",
|
||||
"core/license",
|
||||
}
|
||||
|
||||
// CacheRefreshContext returns a context with an added value denoting if the
|
||||
|
|
|
@ -29,6 +29,7 @@ var cacheExceptionsPaths = []string{
|
|||
"sys/expire/",
|
||||
"core/poison-pill",
|
||||
"core/raft/tls",
|
||||
"core/license",
|
||||
}
|
||||
|
||||
// CacheRefreshContext returns a context with an added value denoting if the
|
||||
|
|
Loading…
Reference in New Issue