Skip to content

Commit 9251675

Browse files
author
Alice Wasko
authored
Merge pull request #43 from datawire/alicewasko/jwt-maxstale
Add jwt-filter maxStale changelog
2 parents dbf2524 + 2bf9498 commit 9251675

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ installations, reduce memory footprint, and improve performance. We welcome feed
288288
- Change: Consul certificate-rotation logging now includes the fingerprints and validity timestamps of
289289
certificates being rotated.
290290

291+
- Feature: The `maxStale` field is now supported in in the JWT Filter to configure how long $productname$
292+
should cache OIDC responses for similar to the existing `maxStale` field in the OAuth2 Filter.
293+
291294
## [2.0.0-ea] 2021-06-24
292295
[2.0.0-ea]: https://github.com/datawire/edge-stack/releases/v2.0.0-ea
293296

docs/releaseNotes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,12 @@ items:
381381
body: Consul certificate-rotation logging now includes the fingerprints and validity timestamps of certificates being rotated.
382382
docs: howtos/consul/#consul-connector-and-encrypted-tls
383383

384+
- title: Add configurable cache for OIDC replies to the JWT Filter
385+
type: feature
386+
body: >-
387+
The <code>maxStale</code> field is now supported in in the JWT Filter to configure how long $productname$ should cache OIDC responses for similar to the existing <code>maxStale</code> field in the OAuth2 Filter.
388+
docs: topics/using/filters/jwt
389+
384390
- version: 2.0.0-ea
385391
date: "2021-06-24"
386392
notes:

0 commit comments

Comments
 (0)