Skip to content

Commit

Permalink
Upgrade libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jun 29, 2024
1 parent 27c8789 commit 9c5e3d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Start the Keycloak server using Docker as follows:
$ docker run -p 9090:8080 \
-e KEYCLOAK_ADMIN=admin \
-e KEYCLOAK_ADMIN_PASSWORD=admin \
quay.io/keycloak/keycloak:23.0.1 start-dev
quay.io/keycloak/keycloak:25 start-dev
----

Now you can go to http://localhost:9090 and login into Admin Console using the credentials *admin/admin*.
Expand Down Expand Up @@ -194,7 +194,7 @@ We registered a bean of type *PostgreSQLContainer* and also added *@ServiceConne
which will start a PostgreSQL container and automatically register the DataSource properties.

Next, we are registering a bean of type *KeycloakContainer* using the Docker image
*quay.io/keycloak/keycloak:23.0.1* and importing the realm configuration file.
*quay.io/keycloak/keycloak:25* and importing the realm configuration file.
Then we are registering the dynamic JWT Issuer URI using *DynamicPropertyRegistry*
by fetching the AuthServerUrl from the Keycloak container instance.

Expand Down

0 comments on commit 9c5e3d7

Please sign in to comment.