Add more sophisticated docker example, rel #76 #77
4 changed files with 5 additions and 2 deletions
1
.github/workflows/pr.yaml
vendored
1
.github/workflows/pr.yaml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
|||
- 21.1.2
|
||||
- 22.0.5
|
||||
- 23.0.7
|
||||
- 24.0.0
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-java@v4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Keycloak Metrics
|
||||
|
||||
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-23](.github/workflows/pr.yaml#L50-L53).
|
||||
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-24](.github/workflows/pr.yaml#L50-L54).
|
||||
|
||||
[](http://www.apache.org/licenses/)
|
||||
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -69,7 +69,7 @@
|
|||
<!-- ============================== Libaries ============================= -->
|
||||
<!-- ===================================================================== -->
|
||||
|
||||
<version.org.keycloak>23.0.7</version.org.keycloak>
|
||||
<version.org.keycloak>24.0.0</version.org.keycloak>
|
||||
<version.org.keycloak.test>${version.org.keycloak}</version.org.keycloak.test>
|
||||
<version.org.testcontainers>1.18.3</version.org.testcontainers>
|
||||
|
||||
|
|
|
@ -80,6 +80,8 @@ public class KeycloakClient {
|
|||
"emailVerified", true,
|
||||
"email", username + "@example.org",
|
||||
"username", username,
|
||||
"firstName", username,
|
||||
"lastName", username,
|
||||
"credentials", List.of(Map.of(
|
||||
"type", CredentialRepresentation.PASSWORD,
|
||||
"value", password,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue