aboutsummaryrefslogtreecommitdiff
path: root/plugin/metrics/log_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2021-04-05 15:45:28 +0200
committerGravatar GitHub <noreply@github.com> 2021-04-05 06:45:28 -0700
commit13cef2ee090ce122e960761e2a26113b6300a722 (patch)
tree0cd6c546cc5401a9b7cadcfeb71f53d5239f0942 /plugin/metrics/log_test.go
parent454bc9e0b96b86dfa458400959907b6854448764 (diff)
downloadcoredns-13cef2ee090ce122e960761e2a26113b6300a722.tar.gz
coredns-13cef2ee090ce122e960761e2a26113b6300a722.tar.zst
coredns-13cef2ee090ce122e960761e2a26113b6300a722.zip
plugin/dnssec: use entire RRset as key input (#4537)
* plugin/dnssec: use entire RRset as key input This uses the entire rrset as input for the hash key; this is to detect differences in the RRset and generate the correct signature. As this would then lead to unbounded growth, we periodically (every 8h) prune the cache of old entries. In theory we could rely on the random eviction, but it seems nicer to do this in a maintannce loop so that we remove the unused ones. This required adding a Walk function to the plugin/pkg/cache. Signed-off-by: Miek Gieben <miek@miek.nl> * Update plugin/dnssec/cache.go Co-authored-by: Chris O'Haver <cohaver@infoblox.com> Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'plugin/metrics/log_test.go')
0 files changed, 0 insertions, 0 deletions
eact-19-actions Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/SECURITY_CONTACTS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-03Fix failed server restart calling integration hooks twice (#7917)Gravatar Bjorn Lu 5-30/+27
2023-08-02[ci] formatGravatar matthewp 3-19/+28
2023-08-02Persistent DOM in ViewTransitions (#7861)Gravatar Matthew Phillips 18-20/+242
2023-08-02[ci] formatGravatar matthewp 1-1/+1
2023-08-02Fix scroll position in view transition (#7882) (#7911)Gravatar Martin Trapp 2-1/+6
2023-08-02Improve sourcemap generation and performance (#7901)Gravatar Bjorn Lu 11-27/+34
2023-08-01[ci] formatGravatar natemoo-re 1-1/+0
2023-08-01Fix astro/app import (#7821)Gravatar ottomated 4-1/+25
2023-08-01[ci] formatGravatar natemoo-re 1-1/+1
2023-08-01feat: add cache headers to assets in Vercel adapter (#7729)Gravatar Hee 10-3/+144
2023-08-01Fix "res.writeHead is not a function" in Express/node middleware (#7708)Gravatar DixCouleur 3-8/+34
2023-08-01Fix: Content Collections - Ignore `.json` files nested in non-underscored sub...Gravatar Tony Dang 3-1/+6
2023-08-01chore: address feedback from #7754 (#7906)Gravatar Nate Moore 1-2/+4
2023-08-01[ci] release (#7877)astro@2.9.7@astrojs/vercel@3.7.5@astrojs/node@5.3.1@astrojs/netlify@2.5.2Gravatar Houston (Bot) 52-129/+128
2023-08-01feat: add logging for when hydrate's JSON parse fails (#7887)Gravatar Sam Hulick 2-3/+28
2023-08-01Fix prefetch test fail (#7902)Gravatar Bjorn Lu 1-0/+2
2023-08-01[ci] formatGravatar bluwy 4-13/+28