-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TT-9671] Add jwks timeout #5382
base: master
Are you sure you want to change the base?
Conversation
PR Analysis
PR Feedback
How to use
|
💥 CI tests failed 🙈git-stateall ok Please look at the run or in the Checks tab. |
API tests result: success ✅ |
API Changes --- prev.txt 2024-05-06 17:30:22.097364802 +0000
+++ current.txt 2024-05-06 17:30:19.021384225 +0000
@@ -188,6 +188,9 @@
"jwt_source": {
"type": "string"
},
+ "jwt_jwks_cache_timeout": {
+ "type": "number"
+ },
"jwt_identity_base_field": {
"type": "string"
},
@@ -966,6 +969,7 @@
JWTIssuedAtValidationSkew uint64 `bson:"jwt_issued_at_validation_skew" json:"jwt_issued_at_validation_skew"`
JWTExpiresAtValidationSkew uint64 `bson:"jwt_expires_at_validation_skew" json:"jwt_expires_at_validation_skew"`
JWTNotBeforeValidationSkew uint64 `bson:"jwt_not_before_validation_skew" json:"jwt_not_before_validation_skew"`
+ JWTJWKSCacheTimeout int64 `bson:"jwt_jwks_cache_timeout" json:"jwt_jwks_cache_timeout"`
JWTSkipKid bool `bson:"jwt_skip_kid" json:"jwt_skip_kid"`
Scopes Scopes `bson:"scopes" json:"scopes,omitempty"`
IDPClientIDMappingDisabled bool `bson:"idp_client_id_mapping_disabled" json:"idp_client_id_mapping_disabled"` |
💥 CI tests failed 🙈git-stateall ok Please look at the run or in the Checks tab. |
API tests result: success ✅ |
3d6ea8b
to
9a08b47
Compare
💥 CI tests failed 🙈git-stateall ok Please look at the run or in the Checks tab. |
API tests result: success ✅ |
💥 CI tests failed 🙈git-stateall ok Please look at the run or in the Checks tab. |
API tests result: success ✅ |
💥 CI tests failed 🙈git-stateall ok Please look at the run or in the Checks tab. |
API tests result: failure 🚫 |
💥 CI tests failed 🙈git-stateall ok Please look at the run or in the Checks tab. |
1 similar comment
💥 CI tests failed 🙈git-stateall ok Please look at the run or in the Checks tab. |
Description
Related Issue
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist