You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/org.wso2.openbanking.cds.common/src/main/java/org/wso2/openbanking/cds/common/config/OpenBankingCDSConfigParser.java
+22
Original file line number
Diff line number
Diff line change
@@ -812,4 +812,26 @@ public int performConfigIntegerValueCheck(String key, int defaultValue) {
812
812
}
813
813
returndefaultValue;
814
814
}
815
+
816
+
/**
817
+
* Get external traffic header name.
818
+
* This header should be set by the load balancer to identify the external traffic.
Copy file name to clipboardExpand all lines: components/org.wso2.openbanking.cds.common/src/main/java/org/wso2/openbanking/cds/common/utils/CommonConstants.java
Copy file name to clipboardExpand all lines: components/org.wso2.openbanking.cds.common/src/test/java/org/wso2/openbanking/cds/common/OpenBankingCDSConfigParserTest.java
+14
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,20 @@ public void testGetBNRCustomerTypeSelectionMethod() {
Copy file name to clipboardExpand all lines: components/org.wso2.openbanking.cds.consent.extensions/src/main/java/org/wso2/openbanking/cds/consent/extensions/event/executor/CDSConsentEventExecutor.java
+18-17
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ public class CDSConsentEventExecutor implements OBEventExecutor {
Copy file name to clipboardExpand all lines: components/org.wso2.openbanking.cds.identity/src/main/java/org/wso2/openbanking/cds/identity/filter/InfoSecDataPublishingFilter.java
Copy file name to clipboardExpand all lines: components/org.wso2.openbanking.cds.identity/src/main/java/org/wso2/openbanking/cds/identity/utils/CDSIdentityConstants.java
+1
Original file line number
Diff line number
Diff line change
@@ -41,5 +41,6 @@ public class CDSIdentityConstants {
0 commit comments