Closed kasundharmadasa closed 3 years ago
Updated the following pages:
The WUM update note contains the live sync date as ' June 25, 2020 (06-25-2020)' which is a dummy date. @ashi1993. Please keep us updated with the correct live sync date.
Updated the notes with the released date as today.
@isharailanga I added some additional content by updating the point 7. Appreciate if you can update the docs with the newly updated content in point 7.
Updated the configs please review. @kasundharmadasa
@isharailanga Patch release date for 130 is 20th June and please get an update from Akila for 140 patch.
We have to include this in 150 as well since the front porting patch is in progress now.
@akila94 please keep us updated with the 140 wum live date for this.
https://docs.wso2.com/display/OB130/API+Security#APISecurity-JWSvalidationsupportforWaiver007 https://docs.wso2.com/display/OB140/API+Security+for+UK#APISecurity-JWSvalidationsupportforWaiver007 https://docs.wso2.com/display/OB150/API+Security+for+UK#APISecurity-JWSvalidationsupportforWaiver007
Updated the instructions given in the above sections. Please review.
Hi @isharailanga , the wum update for 140 is now live. So the date is 06/07/2020 which is today.
Thanks @Akila94. @Ashi1993 Please update me with the 150 wum live date as well.
@isharailanga Release date for 150 wum is 6th July
Updated the API Security pages and Configuring the open-banking.xml file pages.
API Security for UK
Configuring the Open-Banking.xml File for UK
Updated API security pages with Republish API step.
We need to mention the configs according to the deployment.toml format as well for OB 2.0.0
2.0 UK docs are updated as follows:
Therefore, closing the issue.
Due to recent experience from the patch team, it would be better if we show the existing configs as well in the open-banking.xml and advice the user to merge the configs appropriately. For e.g. by default in the pack the
For 200 we have yet to add the TOML config equivalent to the following handler in the synapse-handlers.xml
The TOML equivalent configs are as follows
Add the below configurations as the top of the deployment.toml file
enabled_global_handlers= ["jws", "externalCallLogger", "open_tracing"] [synapse_handlers.jws] name= "jws" class= "com.wso2.finance.open.banking.gateway.jws.UkJwsResponseSignatureHandler"
[synapse_handlers.externalCallLogger] name= "externalCallLogger" class= "org.wso2.carbon.apimgt.gateway.handlers.LogsHandler"
[synapse_handlers.open_tracing] name= "open_tracing" class= "org.wso2.carbon.apimgt.gateway.handlers.common.APIMgtLatencySynapseHandler"
both the synapse-handlers.xml and open-banking.xml configurations and relevant mapping TOML configs are added as follows:
doc link: https://docs.wso2.com/display/OB200/API+Security+for+UK#APISecurityforUK-JSONWebSignature(JWS)
Please verify and close the issue.
Description:
Add the following handler as the first handler at the section in the /repository/resources/api_templates/velocity_template.xml
Make sure that the following handler is uncommented in velocity_template.xml and available in all the Accounts, Payments an CoF APIs.
Add the following handler in the/repository/conf/synapse-handlers.xml file as the last handler.
Login to WSO2 OB API Manager Publisher portal (https://localhost:9443/publisher)
Edit the existing Accounts, Payments and COF APIs to include the following API Property. Edit API -> Manage -> API Properties
Property Name : ob-api-version Property Value : 3.1.1 (or the specification version that have been currently implemented)
Save and Publish to redeploy all the Accounts, Payments and COF APIs.
The signature validation related configuration can be found under the and in /repository/conf/finance/open-banking.xml