-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for invocations with internal key for Websocket APIs #3514
Conversation
LGTM |
enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/api/WebSocketAPI.java
Outdated
Show resolved
Hide resolved
[succeeded] Controlplane cluster : dev-deployment-v2 : 20240514.24 |
[succeeded] Dataplane(EastUS) cluster : dev-deployment-v2 : 20240514.24 |
[succeeded] Dataplane(NorthEU) cluster : dev-deployment-v2 : 20240514.24 |
[succeeded] : dev-deployment-v2 : 20240514.24 |
[failed] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240516.1 |
[failed] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240516.1 |
[failed] Controlplane cluster : stage-deployment-v2 : 20240516.1 |
[failed] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240516.1 |
[failed] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240516.1 |
[succeeded] Controlplane cluster : stage-deployment-v2 : 20240516.1 |
[succeeded] Dataplane(EastUS) cluster : stage-deployment-v2 : 20240516.1 |
[succeeded] Controlplane cluster : stage-deployment-v2 : 20240516.1 |
[succeeded] Dataplane(NorthEU) cluster : stage-deployment-v2 : 20240516.1 |
[] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240516.2 |
1 similar comment
[] Dataplane(CDP2-WU2) cluster : stage-deployment-v2 : 20240516.2 |
[] Controlplane cluster : stage-deployment-v2 : 20240516.2 |
[succeeded] Controlplane cluster : prod-deployment-v2 : 20240517.2 |
1 similar comment
[succeeded] Controlplane cluster : prod-deployment-v2 : 20240517.2 |
[canceled] Dataplane(EastUS) cluster : prod-deployment-v2 : 20240517.2 |
1 similar comment
[canceled] Dataplane(EastUS) cluster : prod-deployment-v2 : 20240517.2 |
[] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20240517.3 |
1 similar comment
[] Dataplane(NorthEU) cluster : prod-deployment-v2 : 20240517.3 |
[] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20240517.3 |
1 similar comment
[] Dataplane(CDP2-WU2) cluster : prod-deployment-v2 : 20240517.3 |
[] Controlplane cluster : prod-deployment-v2 : 20240517.3 |
1 similar comment
[] Controlplane cluster : prod-deployment-v2 : 20240517.3 |
Purpose
At invocation, we get the below error log in enforcer. This PR will fix it.
Additionally it fixes the issue of being unable to invoke sandbox deployment using the sandbox internal api key
https://github.com/wso2-enterprise/choreo/issues/26743
Issues
Fixes #
Automation tests
Tested environments
Not Tested
Maintainers: Check before merge