Fix license caching issue (#10424)

* Fix license caching issue

* Add changelog entry
This commit is contained in:
Michel Vocks 2020-12-02 18:21:14 +01:00 committed by GitHub
parent cc7efd393d
commit f71203c439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

3
changelog/10424.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:bug
license: Fix license caching issue that prevents new licenses to get picked up by the license manager
```

View File

@ -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

View File

@ -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