Skip to content

Commit

Permalink
Add new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
imesh94 committed Aug 5, 2024
1 parent 065fb42 commit 7e762ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@
{% else %}
<TrustStoreDynamicLoadingInterval>86400</TrustStoreDynamicLoadingInterval>
{% endif %}
{% if open_banking.gateway.certificate_management.client_transport_cert_header_name is defined %}
<ClientTransportCertHeaderName>{{open_banking.gateway.certificate_management.client_transport_cert_header_name}}</ClientTransportCertHeaderName>
{% else %}
<ClientTransportCertHeaderName>x-wso2-mutual-auth-cert</ClientTransportCertHeaderName>
{% endif %}
</CertificateManagement>

<TPPManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ public class OpenBankingConstants {
".CertificateManagement.TPPValidationService.ScopeRegexPatterns.PISP";
public static final String TPP_VALIDATION_SERVICE_CBPII_SCOPE_REGEX = "Gateway" +
".CertificateManagement.TPPValidationService.ScopeRegexPatterns.CBPII";
public static final String CLIENT_TRANSPORT_CERT_HEADER_NAME = "Gateway" +
".CertificateManagement.ClientTransportCertHeaderName";
public static final int PAGINATION_LIMIT_DEFAULT = 25;
public static final int PAGINATION_OFFSET_DEFAULT = 0;
public static final String CONSENT_CONFIG_TAG = "Consent";
Expand Down

0 comments on commit 7e762ba

Please sign in to comment.