You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2020/05/08 17:47:59 UTC

[fineract] branch develop updated: add server.forward-headers-strategy=framework (FINERACT-914) (#798)

This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new d2a0493  add server.forward-headers-strategy=framework (FINERACT-914) (#798)
d2a0493 is described below

commit d2a0493be4adbf2be3886359374f896d41ee173a
Author: Michael Vorburger ⛑️ <mi...@vorburger.ch>
AuthorDate: Fri May 8 19:47:53 2020 +0200

    add server.forward-headers-strategy=framework (FINERACT-914) (#798)
---
 fineract-provider/properties/basicauth/application.properties        | 5 +++++
 .../properties/basicauth/twofactor/application.properties            | 5 +++++
 fineract-provider/properties/oauth/application.properties            | 5 +++++
 fineract-provider/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 a6f6692..64e5421 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 59bd126..a9b13cc 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 d958ec7..0241941 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 1a2c979..562fbd3 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 a6f6692..bf23d8d 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