Skip to content

Commit

Permalink
Explain in OIDC DevServices doc how to overcome container timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed May 22, 2023
1 parent 6a8dadc commit bf9a7e1
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]
====
It is possible that the Keycloak container does not become ready before the default timeout of 60 seconds. A simple way to overcome the issue is to increase the time out - for example to 2 minutes - using `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 bf9a7e1

Please sign in to comment.