Skip to content

Commit

Permalink
Explain in OIDC DevServices doc how to configure a timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed May 19, 2023
1 parent 6a8dadc commit 4ad7e78
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ include::{includes}/devtools/dev.adoc[]
...
----

[NOTE]
====
Timeout for starting a Keycloak container is 60 secs. You will see an error, `Timed out waiting for log output matching '.*Keycloak.*started.*` if the container failed to start in 60 seconds which may happen due to an image download taking a long time. You can increate the timeout, for example, to 2 minutes: `quarkus.devservices.timeout=2M`.
====

Note that you can disable sharing the containers with `quarkus.keycloak.devservices.shared=false`.

Now open the main link:http://localhost:8080/q/dev-v1[Dev UI (v1) page], and you will see the `OpenID Connect Card` linking to a Keycloak page:
Expand Down

0 comments on commit 4ad7e78

Please sign in to comment.