From 81aca967be5d738e68fa42af98fa8331bff5317c Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Thu, 2 Apr 2026 12:34:07 +0200 Subject: [PATCH] feat: drop rabbitMQ variables --- default.properties | 17 ----------------- gateway/security.yaml | 6 +++++- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/default.properties b/default.properties index 6b45ef27..4cca7e9a 100644 --- a/default.properties +++ b/default.properties @@ -81,23 +81,6 @@ pgsqlUser=georchestra # Default common password of PostgreSQL user for all geOrchestra modules pgsqlPassword=georchestra -### rabbitmq properties - -# Activate/desactivate Rabbitmq -enableRabbitmqEvents=false - -# rabbitmq server domain name -rabbitmqHost=localhost - -# rabbitmq user -rabbitmqUser=georchestra - -# rabbitmq password -rabbitmqPassword=georchestra - -# rabbitmq port -rabbitmqPort=5672 - ### LDAP properties # LDAP server domain name diff --git a/gateway/security.yaml b/gateway/security.yaml index 87f7891f..345d16c3 100644 --- a/gateway/security.yaml +++ b/gateway/security.yaml @@ -10,7 +10,11 @@ georchestra: # sanitize the mentioned request headers to prevent external impersonation. enabled: false createNonExistingUsersInLDAP: true - enableRabbitmqEvents: true +# events: +# accountcreated: +# # Set this url to console's endpoint to be able to receive an email when a new user logs in +# # for the first time with an IDP and is created in LDAP. +# url: "http://console:8080/console/internal/events/accountcreated" oauth2: enabled: false ldap: