VAULT-6938 Remove license from being cache exempt (#17265)

* VAULT-6938 Remove license from being cache exempt

* VAULT-6938 Add changelog

* VAULT-6938 Typo in changelog name

* Update changelog/17265.txt

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
This commit is contained in:
Violet Hynes
2022-09-26 10:26:07 -04:00
committed by GitHub
parent 6434711d72
commit 825315fd56
2 changed files with 3 additions and 1 deletions

3
changelog/17265.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:improvement
core: License location is no longer cache exempt, meaning sys/health will not contribute as greatly to storage load when using consul as a storage backend.
```

View File

@@ -29,7 +29,6 @@ var cacheExceptionsPaths = []string{
"sys/expire/", "sys/expire/",
"core/poison-pill", "core/poison-pill",
"core/raft/tls", "core/raft/tls",
"core/license",
} }
// CacheRefreshContext returns a context with an added value denoting if the // CacheRefreshContext returns a context with an added value denoting if the