Skip to content

Commit 3f7847e

Browse files
ebarlaskilfoyle
andauthored
Update deploy-manage/users-roles/cluster-or-deployment-auth/jwt.md
Co-authored-by: David Kilfoyle <[email protected]>
1 parent f36dd2d commit 3f7847e

File tree

1 file changed

+1
-1
lines changed
  • deploy-manage/users-roles/cluster-or-deployment-auth

1 file changed

+1
-1
lines changed

deploy-manage/users-roles/cluster-or-deployment-auth/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Client authentication is enabled by default for the JWT realms. Disabling client
123123
`pkc_jwkset_path`
124124
: The file name or URL to a JSON Web Key Set (JWKS) with the public key material that the JWT Realm uses for verifying token signatures. A value is considered a file name if it does not begin with `https`. The file name is resolved relative to the {{es}} configuration directory. If a URL is provided, then it must begin with `https://` (`http://` is not supported). {{es}} automatically caches the JWK set and will attempt to refresh the JWK set upon signature verification failure, as this might indicate that the JWT Provider has rotated the signing keys. Background JWKS reloading can also be configured with the setting `pkc_jwkset_reload.enabled`.
125125

126-
`pkc_jwkset_reload.enabled`
126+
`pkc_jwkset_reload.enabled` {applies_to}`stack: ga 9.3`
127127
: Indicates whether JWKS background reloading is enabled. Defaults to `false`.
128128

129129
`pkc_jwkset_reload.file_interval`

0 commit comments

Comments
 (0)