From 36f47e81efb2f385461741a11babb51b3c9edf4d Mon Sep 17 00:00:00 2001 From: Chantal Rosmuller Date: Mon, 22 Dec 2025 13:41:54 +0100 Subject: [PATCH 1/3] correctly set springboot port aa --- roles/attribute-aggregation/defaults/main.yml | 1 + .../attribute-aggregation/templates/serverapplication.yml.j2 | 4 ++-- roles/oidcng/defaults/main.yml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/attribute-aggregation/defaults/main.yml b/roles/attribute-aggregation/defaults/main.yml index d5bae0b6e..12473f6ba 100644 --- a/roles/attribute-aggregation/defaults/main.yml +++ b/roles/attribute-aggregation/defaults/main.yml @@ -11,3 +11,4 @@ aa_manage_provision_oidcrp_allowed_resource_servers: '{"name": "{{ voot.oidcng_c aa_spring_flyway_enabled: true aa_docker_networks: - name: loadbalancer +aa_springapp_tcpport: 8080 diff --git a/roles/attribute-aggregation/templates/serverapplication.yml.j2 b/roles/attribute-aggregation/templates/serverapplication.yml.j2 index 28fc29379..e32fa87c5 100644 --- a/roles/attribute-aggregation/templates/serverapplication.yml.j2 +++ b/roles/attribute-aggregation/templates/serverapplication.yml.j2 @@ -5,8 +5,8 @@ logging: aa: DEBUG server: - # The port to where this Spring Boot application listens to. e.g. http://localhost:{{ springapp_tcpport }} - port: 8080 + # The port to where this Spring Boot application listens to. e.g. http://localhost:{{ aa_springapp_tcpport }} + port: {{ aa_springapp_tcpport }} servlet: session: timeout: 28800 diff --git a/roles/oidcng/defaults/main.yml b/roles/oidcng/defaults/main.yml index 3dcbd97b3..fc6aae69d 100644 --- a/roles/oidcng/defaults/main.yml +++ b/roles/oidcng/defaults/main.yml @@ -23,3 +23,4 @@ oidcng_docker_networks: - name: loadbalancer oidcng_server_restart_policy: always oidcng_server_restart_retries: 0 +oidcng_server_springapp_tcpport: 8080 From 9bb6bf4f0476ef2f41cdba6fc4249ac2efe0bbf1 Mon Sep 17 00:00:00 2001 From: Chantal Rosmuller Date: Thu, 8 Jan 2026 14:22:04 +0100 Subject: [PATCH 2/3] springboot port --- roles/attribute-aggregation/defaults/main.yml | 1 - .../attribute-aggregation/templates/serverapplication.yml.j2 | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/attribute-aggregation/defaults/main.yml b/roles/attribute-aggregation/defaults/main.yml index 12473f6ba..d5bae0b6e 100644 --- a/roles/attribute-aggregation/defaults/main.yml +++ b/roles/attribute-aggregation/defaults/main.yml @@ -11,4 +11,3 @@ aa_manage_provision_oidcrp_allowed_resource_servers: '{"name": "{{ voot.oidcng_c aa_spring_flyway_enabled: true aa_docker_networks: - name: loadbalancer -aa_springapp_tcpport: 8080 diff --git a/roles/attribute-aggregation/templates/serverapplication.yml.j2 b/roles/attribute-aggregation/templates/serverapplication.yml.j2 index e32fa87c5..e3a068d3e 100644 --- a/roles/attribute-aggregation/templates/serverapplication.yml.j2 +++ b/roles/attribute-aggregation/templates/serverapplication.yml.j2 @@ -5,8 +5,8 @@ logging: aa: DEBUG server: - # The port to where this Spring Boot application listens to. e.g. http://localhost:{{ aa_springapp_tcpport }} - port: {{ aa_springapp_tcpport }} + # The port to where this Spring Boot application listens to. e.g. http://localhost:8080 + port: 8080 servlet: session: timeout: 28800 From 9ebc8a3a3f183a8428d05561066abdaa28964e30 Mon Sep 17 00:00:00 2001 From: Chantal Rosmuller Date: Thu, 8 Jan 2026 14:26:53 +0100 Subject: [PATCH 3/3] springboot port oidcng not necessary --- roles/oidcng/defaults/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/oidcng/defaults/main.yml b/roles/oidcng/defaults/main.yml index fc6aae69d..3dcbd97b3 100644 --- a/roles/oidcng/defaults/main.yml +++ b/roles/oidcng/defaults/main.yml @@ -23,4 +23,3 @@ oidcng_docker_networks: - name: loadbalancer oidcng_server_restart_policy: always oidcng_server_restart_retries: 0 -oidcng_server_springapp_tcpport: 8080