Replies: 1 comment
-
/cc @pedroigor (keycloak), @sberyozkin (keycloak) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I use a Keycloak Admin client by referencing
quarkus-keycloak-admin-rest-client
.in application.properties I can set basic Keycloak admin properties (well documented in https://quarkus.io/guides/security-keycloak-admin-client) such as
And I get the Keycloak client like
What I cant find is, how to set connection and read time out for the Keycloak Admin http client.
Is there any way to set it in properties or in code?
Thanks!
P.S. I cannot set default timeouts for rest-client, since it will influence my other http clients.
Beta Was this translation helpful? Give feedback.
All reactions