Modify JWT test case to also validate the kid
claim using JWKS endpoint
#2126
Annotations
7 errors and 2 warnings
CustomHeaderTestCase.testInvokeAPIWIthCustomApiKeyHeader
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.header.CustomHeaderTestCase.testInvokeAPIWIthCustomApiKeyHeader(CustomHeaderTestCase.java:188)
──────────────────────────────────────────────────────────────────────────────────────────
org.wso2.am.integration.clients.publisher.api.ApiException:
at org.wso2.am.integration.tests.header.CustomHeaderTestCase.testInvokeAPIWIthCustomApiKeyHeader(CustomHeaderTestCase.java:188)
|
CORSHeadersTestCase.CheckCORSHeadersInPreFlightResponse
──────────────────────────────────────────────────────────────────────────────────────────
Access-Control-Allow-Headers header value mismatch. expected [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization,ApiKey] but found [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Access-Control-Allow-Headers header value mismatch. expected [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization,ApiKey] but found [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization]
at org.wso2.am.integration.tests.header.CORSHeadersTestCase.CheckCORSHeadersInPreFlightResponse(CORSHeadersTestCase.java:177)
|
CORSHeadersTestCase.CheckCORSHeadersInPreFlightResponse
──────────────────────────────────────────────────────────────────────────────────────────
Access-Control-Allow-Headers header value mismatch. expected [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization,ApiKey] but found [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Access-Control-Allow-Headers header value mismatch. expected [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization,ApiKey] but found [authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction,Authorization]
at org.wso2.am.integration.tests.header.CORSHeadersTestCase.CheckCORSHeadersInPreFlightResponse(CORSHeadersTestCase.java:177)
|
CORSAccessControlAllowCredentialsHeaderTestCase.CheckAccessControlAllowCredentialsHeadersWithSpecificOrigin
──────────────────────────────────────────────────────────────────────────────────────────
Response code mismatch. expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Response code mismatch. expected [true] but found [false]
at org.wso2.am.integration.tests.header.CORSAccessControlAllowCredentialsHeaderTestCase.CheckAccessControlAllowCredentialsHeadersWithSpecificOrigin(CORSAccessControlAllowCredentialsHeaderTestCase.java:106)
|
CORSAccessControlAllowCredentialsHeaderTestCase.CheckAccessControlAllowCredentialsHeadersWithSpecificOrigin
──────────────────────────────────────────────────────────────────────────────────────────
Response code mismatch. expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Response code mismatch. expected [true] but found [false]
at org.wso2.am.integration.tests.header.CORSAccessControlAllowCredentialsHeaderTestCase.CheckAccessControlAllowCredentialsHeadersWithSpecificOrigin(CORSAccessControlAllowCredentialsHeaderTestCase.java:106)
|
WebSocketAPIInvocationWithTracingTestCase.publishWebSocketAPI
──────────────────────────────────────────────────────────────────────────────────────────
Unable to deploy API Revisions:null expected [201] but found [400]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Unable to deploy API Revisions:null expected [201] but found [400]
at org.wso2.am.integration.tests.websocket.WebSocketAPIInvocationWithTracingTestCase.publishWebSocketAPI(WebSocketAPIInvocationWithTracingTestCase.java:169)
|
WebSocketAPIInvocationWithTracingTestCase.publishWebSocketAPI
──────────────────────────────────────────────────────────────────────────────────────────
Unable to deploy API Revisions:null expected [201] but found [400]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Unable to deploy API Revisions:null expected [201] but found [400]
at org.wso2.am.integration.tests.websocket.WebSocketAPIInvocationWithTracingTestCase.publishWebSocketAPI(WebSocketAPIInvocationWithTracingTestCase.java:169)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2, malinthaprasan/action-surefire-report@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading