mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Fix license caching issue (#10424)
* Fix license caching issue * Add changelog entry
This commit is contained in:
parent
f0849708a5
commit
ee5ebeb30f
3 changed files with 5 additions and 0 deletions
3
changelog/10424.txt
Normal file
3
changelog/10424.txt
Normal 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
|
||||
```
|
||||
|
|
@ -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
|
||||
|
|
|
|||
1
vendor/github.com/hashicorp/vault/sdk/physical/cache.go
generated
vendored
1
vendor/github.com/hashicorp/vault/sdk/physical/cache.go
generated
vendored
|
|
@ -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 a new issue