Systems | Development | Analytics | API | Testing

API

A Sneak Peek at Scaling Without (So Much) Pain [Destination: Scale]

Lens, the Kubernetes IDE, is an open source Kubernetes dashboard that enables users to easily see what objects are running in their cluster and interact with them. In that way, it has been helping to take some of the pain out of Kubernetes operations and development, but now it includes features specifically aimed at those of us with large environments.

Creating an Interactive Developer Portal with GraphQL

In this tutorial, you'll learn how to get to the next level of API documentation using Kong Developer Portal with GraphQL. In my example, I’ll be using Kong Konnect Enterprise Version 2.4, but the version number does not really matter. I also configured my workspace with one service that points to a Star Wars API endpoint with a GraphQL interface (swapi-graphql.netlify.com). We’ll also be using an open source tool called GraphiQL for interactive documentation of a GraphQL endpoint. With GraphiQL, we’ll see requests, responses and automated generation of documentation based on the endpoint.

DreamFactory 4.8.0 Released

Break out the party hats, DreamFactory 4.8.0 has been released! This release focuses on user experience, notably with regards to database API generation. The most popular database connectors (MySQL, MariaDB, PostgreSQL, MS SQL Server, and Oracle) have long included a lengthy list of options, and it hasn’t been obvious which are required and which are optional. To remedy this we’ve broken the service creation form into three sections: Basic, Caching, and Optional Advanced Settings.

Okta and Kong Konnect Part 3: Implementing Introspection Flow

In our third Kong and Okta tutorial, we’ll go through the introspection flow implementation. The introspection flow is part of the token validation process. Kong Gateway evaluates the injected token at the request processing time to see if it's still valid to the upstream services. The evaluation hits a specific Okta endpoint, passing the received token. Based on the response provided by Okta, Kong Gateway accepts or rejects the request.