wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

Incorrect Functional Conformance Suite Version Mentioned for 1.3.0 #135

Closed KasuniHemasika closed 4 years ago

KasuniHemasika commented 4 years ago

Description:

The version for functional conformance suite mentioned in 1.3.0 docs are misleading.

In [1], it states WSO2 Open Banking 1.3.0 is compliant with the Functional conformance suite v1.1.17.

In [2], it states WSO2 Open Banking 1.3.0 supports OpenID Functional Conformance suite v1.1.19. And also in documentation [2] it gives instructions for setting up the suite as follows when mentioned supported version is v1.1.19.

docker run -it --name=fsuite -p 8443:8443 -e LOG_LEVEL=debug -e LOG_TRACER=true -e LOG_HTTP_TRACE=true -e DISABLE_JWS=TRUE "openbanking/conformance-suite:v1.1.17"

The same command is given for 1.4.0 as well in [3]. Which is incorrect.

[1] - https://docs.wso2.com/display/OB130/About+this+Release [2] - https://docs.wso2.com/display/OB130/Running+the+Functional+Conformance+Suite [3] - https://docs.wso2.com/display/OB140/Running+the+Functional+Conformance+Suite+for+UK

Affected Product Version: 1.3.0, 1.4.0

isharailanga commented 4 years ago