-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
127145: jwtauthccl: Move HTTP client timeout into a cluster setting r=souravcrl a=pritesh-lahoti Currently, the external calls made during JWT authentication use a default HTTP client timeout. We would like to make this configurable similar to OIDC by exposing this through a cluster setting. This change introduces server.jwt_authentication.client.timeout to capture this intent. Also, updated the timeout to 15s for OIDC setting for consistency. Fixes: #126546 Epic: CRDB-39971 Release note (enterprise change, ops change): A new public cluster setting server.jwt_authentication.client.timeout has been introduced to capture the HTTP client timeout for external calls made during JWT authentication. Co-authored-by: Pritesh Lahoti <[email protected]>
- Loading branch information
Showing
6 changed files
with
115 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters