api-manager icon indicating copy to clipboard operation
api-manager copied to clipboard

Improve API-Key flow for websockets

Open RakhithaRR opened this issue 5 months ago • 0 comments

Problem

The current implementation of the API-key support use a registry call to fetch the security schemes of the API when fetching the API details [1]. This is a performance intensive task and we should try to avoid this in this flow.

[1] - https://github.com/wso2/carbon-apimgt/blob/master/components/apimgt/org.wso2.carbon.apimgt.internal.service/src/main/java/org/wso2/carbon/apimgt/internal/service/utils/SubscriptionValidationDataUtil.java#L100

Solution

N/A

Affected Component

APIM

Version

4.4.0

Implementation

No response

Related Issues

No response

Suggested Labels

No response

RakhithaRR avatar Sep 19 '24 04:09 RakhithaRR