From 74a1f8ce7166c8d147aebb06cb08e31b65495279 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sat, 2 May 2020 17:48:43 +0200 Subject: [PATCH] add server.forward-headers-strategy=framework (FINERACT-914) --- .../properties/basicauth/application.properties | 5 +++++ .../properties/basicauth/twofactor/application.properties | 5 +++++ fineract-provider/properties/oauth/application.properties | 5 +++++ .../properties/oauth/twofactor/application.properties | 5 +++++ fineract-provider/src/main/resources/application.properties | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/fineract-provider/properties/basicauth/application.properties b/fineract-provider/properties/basicauth/application.properties index a6f669274e5..64e5421f680 100644 --- a/fineract-provider/properties/basicauth/application.properties +++ b/fineract-provider/properties/basicauth/application.properties @@ -19,4 +19,9 @@ spring.profiles.default=basicauth management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework diff --git a/fineract-provider/properties/basicauth/twofactor/application.properties b/fineract-provider/properties/basicauth/twofactor/application.properties index 59bd126aaca..a9b13cc5e4e 100644 --- a/fineract-provider/properties/basicauth/twofactor/application.properties +++ b/fineract-provider/properties/basicauth/twofactor/application.properties @@ -20,4 +20,9 @@ spring.profiles.default=basicauth spring.profiles.active=basicauth,twofactor management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework diff --git a/fineract-provider/properties/oauth/application.properties b/fineract-provider/properties/oauth/application.properties index d958ec715ec..02419415efd 100644 --- a/fineract-provider/properties/oauth/application.properties +++ b/fineract-provider/properties/oauth/application.properties @@ -20,4 +20,9 @@ spring.profiles.default=basicauth spring.profiles.active=oauth management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework \ No newline at end of file diff --git a/fineract-provider/properties/oauth/twofactor/application.properties b/fineract-provider/properties/oauth/twofactor/application.properties index 1a2c979ce77..562fbd3ae8d 100644 --- a/fineract-provider/properties/oauth/twofactor/application.properties +++ b/fineract-provider/properties/oauth/twofactor/application.properties @@ -20,4 +20,9 @@ spring.profiles.default=basicauth spring.profiles.active=oauth,twofactor management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework diff --git a/fineract-provider/src/main/resources/application.properties b/fineract-provider/src/main/resources/application.properties index a6f669274e5..bf23d8dddbc 100644 --- a/fineract-provider/src/main/resources/application.properties +++ b/fineract-provider/src/main/resources/application.properties @@ -19,4 +19,9 @@ spring.profiles.default=basicauth management.health.jms.enabled=false + +# FINERACT-883 management.info.git.mode=FULL + +# FINERACT-914 +server.forward-headers-strategy=framework \ No newline at end of file