wso2 / carbon-apimgt

Apache License 2.0
166 stars 626 forks source link

Update security schema setting logic in the DTO for internal APIs #12439

Closed chashikajw closed 5 months ago

chashikajw commented 5 months ago

Description

This PR will remove the security schema setting logic in the DTO for internal APIs other than websocket APIs, as the security schema is only necessary for them. This change aims to prevent unnecessary registry calls

Fixes