Systems | Development | Analytics | API | Testing

API

GraphQL Authorization at the API Gateway with Kong Konnect and OPA

In this blog we are going to learn about the technical challenges behind solving GraphQL authorization and how many organizations resolve it today. Then discuss how a Kong / OPA integration can help drive security standards in this space and bring some parity with REST API solutions. Last, we will end with a quick tutorial.

Implementing a Hybrid Kong Konnect Data Plane in Amazon ECS

Application Modernization projects often require their workloads to run on multiple platforms which requires a hybrid model. Kong Konnect is an API lifecycle management platform delivered as a service. The Control Plane, responsible for admin tasks, is hosted in the cloud by Kong. The Data Plane, totally based on Kong Gateway, can be deployed across multiple environments including VMs, Kubernetes, Docker, etc.

API linting based on custom rules

At present, API definitions are validated against the default OpenAPI schema upon import and when being edited in the publisher portal. In certain scenarios, such as the validation of fields like email or name, a custom validation approach may be required. This implementation allows administrators to enforce custom rules for API validation, helping to standardize and keep API definitions clean by validating against a specified set of custom rules inside WSO2 API Manager.

ELK Based On analytics with WSO2 Micro Integrator

Analytics is a main part of any deployment which enables the Monitoring of the availability, performance and usage of it’s components. WSO2 Micro Integrator has introduced operational analytics on top of ELK stack which is one of the leading analytics solution in the market. With this solution, a user can monitor the usage of each synapse component individually and identify issues, bottlenecks and improve the reliability and performance of the integration flow.

OpenTelemetry based Distributed Tracing for WSO2 API Manager

Tracing is one of the three pillars of observability. Tracing an API call in WSO2 API Manager is important to observe, identify possible bottlenecks in an API invocation path, and debug them. WSO2 API Manager facilitates tracing API invocation paths and publishing the traces based on the OpenTelemetry standard, using multiple tracers, namely: OpenTelemetry Protocol (OTLP), Jaeger, Zipkin, Log & Custom Tracer. This demo outlines important concepts of OpenTelemetry based distributed tracing in WSO2 API Manager, followed by a demonstration of publishing traces using the OTLP Tracer to Elastic APM, when invoking a sample API.

API policies export and import support for WSO2 API Manager

WSO2 APICTL allows users to perform API related tasks without any UI navigations. As an improvement, now WSO2 APICTL allows users to do common API Policy and Rate Limiting Policy related operations without any UI accesses and accelerates the CI/CD tasks related to the Policy Management. From this feature, it now allows to list, export, import and delete operations on both the common API Policies and Rate Limiting policies in multiple ways in accordance with the commands & their flags introduced.

OpenTelemetry based Distributed Tracing for WSO2 Micro Integrator

Tracing is one of the three pillars of observability. Tracing artifacts of WSO2 Micro Integrator is important to observe, identify possible bottlenecks in a message flow, and debug them. WSO2 Micro Integrator facilitates tracing message flows and publishing the traces based on the OpenTelemetry standard, using multiple tracers, namely: OpenTelemetry Protocol (OTLP), Jaeger, Zipkin, Log & Custom Tracer. This screencast outlines important concepts of OpenTelemetry based distributed tracing in WSO2 Micro Integrator, followed by a demonstration of publishing traces using the OTLP Tracer to New Relic APM, when invoking a simple API.