Skip to content

Commit

Permalink
Remove unused event listener
Browse files Browse the repository at this point in the history
Signed-off-by: John Gomersall <[email protected]>
  • Loading branch information
john-gom committed Nov 27, 2024
1 parent ee6c22a commit 65f3156
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion runtime-scripts/open-products-facts-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,6 @@
"eventsExpiration": 7776000,
"eventsListeners": [
"jboss-logging",
"persist-deleted-user-event-listener",
"redis-event-listener"
],
"enabledEventTypes": [
Expand Down
4 changes: 4 additions & 0 deletions runtime-scripts/realm_settings_template.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"eventsListeners": [
"jboss-logging",
"redis-event-listener"
],
"roles": {
"client": {
"ProductOpener": [
Expand Down
2 changes: 1 addition & 1 deletion runtime-scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sh /etc/off/after_startup.sh &
if [[ "$KEYCLOAK_STARTUP" == "dev" ]]; then
echo "*** Starting keycloak in development mode ***"
# In dev mode we still use the PostgreSQL database but use start-dev so that themes are dynamically reloaded
/opt/keycloak/bin/kc.sh start-dev --http-enabled=true --health-enabled=true --metrics-enabled=true
/opt/keycloak/bin/kc.sh start-dev --http-enabled=true --health-enabled=true --metrics-enabled=true --verbose
elif [[ "$KEYCLOAK_STARTUP" == "prod" ]]; then
echo "*** Starting keycloak in production mode ***"
# Note can't use optimized as we use that for test containers and it doesn't include postgres
Expand Down

0 comments on commit 65f3156

Please sign in to comment.