-
Notifications
You must be signed in to change notification settings - Fork 454
allow user to configure jwt connect/read timeout #418
Conversation
19f4875
to
23bf81f
Compare
It is working fine by changing the time limit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to be merged
@@ -38,6 +39,12 @@ | |||
@NotEmpty | |||
private List<String> activeDirectoryGroups; | |||
|
|||
private int jwtConnectTimeout = RemoteJWKSet.DEFAULT_HTTP_CONNECT_TIMEOUT; /* milliseconds */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can file another PR for @Getter
.
Hi @Incarnation-p-lee @laxmikant4644 . Has this change been deployed to the latest available version on maven? |
@kai18 |
Ah! Thanks @Incarnation-p-lee . Apparently it was an IDE issue. IntelliJ did not properly index and so couldn't find the properties. |
@kai18 |
Configurable JWT read, connect timeout and size limit