istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/30014.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: security 4 5 releaseNotes: 6 - | 7 **Added** An environment variable PILOT_JWT_PUB_KEY_REFRESH_INTERVAL for config the interval of 8 istiod to fetch the jwks_uri for the jwks public key. User can use set the refresh interval with command 9 `--set values.pilot.env.PILOT_JWT_PUB_KEY_REFRESH_INTERVAL=<duration>` while istioctl installation. 10 The default interval is 20m. Valid time units are "ns", "us", "ms", "s", "m", "h".