Skip to content

Commit

Permalink
Merge pull request #40 from mbta/integsoft
Browse files Browse the repository at this point in the history
Upgrade KC to 26.0.5
  • Loading branch information
krisrjohnson21 authored Nov 26, 2024
2 parents ea7bfab + a3ba684 commit 7f9f963
Show file tree
Hide file tree
Showing 14 changed files with 1,312 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:25.0.6 as builder
FROM quay.io/keycloak/keycloak:26.0.5 as builder

LABEL maintainer="[email protected]"
LABEL builder="Integsoft s.r.o"
Expand All @@ -15,6 +15,7 @@ ENV KC_HTTP_ENABLED=true
ENV KC_LOG_LEVEL=INFO,cz.integsoft:debug
ENV KC_PROXY=edge
ENV KC_HEALTH_ENABLED=true
ENV KC_PROXY_HEADERS=xforwarded

USER keycloak

Expand Down
14 changes: 9 additions & 5 deletions files/conf/cache-ispn-jdbc-ping.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<infinispan
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:infinispan:config:14.0 http://www.infinispan.org/schemas/infinispan-config-14.0.xsd"
xmlns="urn:infinispan:config:14.0">
xsi:schemaLocation="urn:infinispan:config:15.0 http://www.infinispan.org/schemas/infinispan-config-15.0.xsd"
xmlns="urn:infinispan:config:15.0">

<jgroups>
<stack name="jdbc-ping-tcp" extends="tcp">
Expand All @@ -19,9 +19,9 @@
stack.position="MPING" />
</stack>
</jgroups>

<cache-container name="keycloak">
<transport lock-timeout="60000" stack="jdbc-ping-tcp" />
<cache-container name="keycloak">
<transport lock-timeout="60000" stack="jdbc-ping-tcp"/>
<local-cache name="realms" simple-cache="true">
<encoding>
<key media-type="application/x-java-object"/>
Expand All @@ -38,18 +38,22 @@
</local-cache>
<distributed-cache name="sessions" owners="2">
<expiration lifespan="-1"/>
<memory max-count="10000"/>
</distributed-cache>
<distributed-cache name="authenticationSessions" owners="2">
<expiration lifespan="-1"/>
</distributed-cache>
<distributed-cache name="offlineSessions" owners="2">
<expiration lifespan="-1"/>
<memory max-count="10000"/>
</distributed-cache>
<distributed-cache name="clientSessions" owners="2">
<expiration lifespan="-1"/>
<memory max-count="10000"/>
</distributed-cache>
<distributed-cache name="offlineClientSessions" owners="2">
<expiration lifespan="-1"/>
<memory max-count="10000"/>
</distributed-cache>
<distributed-cache name="loginFailures" owners="2">
<expiration lifespan="-1"/>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 7f9f963

Please sign in to comment.