Systems | Development | Analytics | API | Testing

April 2021

3 Ways to Protect Your APIs With Kong Konnect and Fastly (Signal Sciences)

Fastly’s next-gen WAF (formerly Signal Sciences) integrates with Kong Konnect to block malicious requests to your services. Kong Gateway provides a robust and secure enterprise API management platform to front web traffic. In partnership, Fastly focuses on Layer 7 application security for that traffic. This article will explain how Kong Konnect and Fastly work together.

Configuring a PingFederate SAML Connection in DreamFactory

All DreamFactory APIs are private by default, requiring at a minimum an API key for authentication purposes. The API key is associated with role-based access control (RBAC) which determines what actions the client responsible for supplying the API key can undertake with regards to the API. OAuth 2.0 makes adding an authentication system to your app or web page considerably easy. Many different service providers support the OAuth 2.0 spec and, in turn, so does DreamFactory.

How to Automate Service Mesh Observability With Kuma

The more services you have running across different clouds and Kubernetes clusters, the harder it is to ensure that you have a central place to collect service mesh observability metrics. That’s one of the reasons we created Kuma, an open source control plane for service mesh. In this tutorial, I’ll show you how to set up and leverage the Traffic Metrics and Traffic Trace policies that Kuma provides out of the box. If you haven’t already, install Kuma and connect a service.

Why Organizations Should View APIs As Products

The application programming interface (API) is a piece of middleware technology that helps programs talk to each other and improves business workflows. Previous schools of thought categorized APIs as a tool to be kept within the business however recent innovations with APIs show the technology is capable of doing so much more. Thanks to API innovations and evangelists, we’re now on the verge of a new API golden age where businesses rise and fall by the strength of their integrations.

How do APIs Help Integrate Your Organization?

Whether you’re adding to your app ecosystem or working on a full digital transformation business strategy, your aim is a smooth enterprise integration process. But when you’re working with multiple programming languages, brands, or operating systems, it can get complicated quickly. API integration is now critical to business functionality in an increasingly technical world. It’s the best way to avoid compatibility issues with all your apps and opens the door for future implementations.

Getting Started with Kong Mesh and Open Policy Agent

In Kong Mesh 1.2, we added a number of new features to help enterprises accelerate their service mesh adoption. One of the major new features was native Open Policy Agent (OPA) support within the product. In the demo image above, you can see a number actions taking place across a simple web application. These “actions” ultimately are various GET, POST, and DELETE methods (API calls) across various tiers of our microservice application.

How to Monitor Azure API Management Performance with the Moesif Plugin

Azure API Management (APIM) is a powerful platform that enables you to publish and scale APIs while ensuring they are secured. One of the great features of Azure APIM is that you can add plugins and transforms to your APIs without any code change or restarts. These capabilities are deployed using XML Policies which are a collection of statements.

Are Data Silos Hindering Your Digital Transformation?

Most organizations today have some form of digital transformation strategy in the works. But a large share of these projects fail. Why is this? IT specialists will tell you that apart from misalignment between the goals of IT and business leadership, the main obstacle to a successful digital transformation is the adherence to obsolete data silos.

Common Challenges Associated with the Composable Enterprise

From Silicon Valley startups to established corporations, more and more companies are shifting to a composable enterprise architecture. And it is easy to see why. The world of business technology is growing fast and in unpredictable ways. Businesses need to stay competitive by keeping pace with — or better yet, ahead of — emerging tech. Composable enterprises allow for this flexibility by establishing the groundwork for integrating new applications and functionalities.

Kong Gateway for Beginners: Adding a Service, Route and Plugins

In this Kong Gateway for beginners guide, you’ll learn how to do the following. Kong Gateway can simplify scaling microservices by being the abstraction layer that routes clients to your existing upstream service while building a new service. It also applies a common policy for each request and response no matter where the target service is. The benefit of this is that you gain architectural freedom and modernize your application without impacting your clients.

Governing API Management and Connectivity

As organizations adopt an API-first approach, there are many connectivity patterns to consider, and the developer experience needs to be excellent to promote adoption. It can be challenging to enforce API governance while enabling developers to build applications. This session recording covers how an organization can empower developers to use Kong securely, enable access control to the Kong API and Manager, enforce authentication/authorization in applications, and implement a zero-trust security model.

3 Ways Kong Helps With API Gateway Governance

Almost all aspects of businesses are transforming to digital and internet-based solutions. It’s happening from the ground up, starting with developers. You’re building applications for your organizations, and you’re racing to get software and services out to the market faster. The faster your company moves, and the more you build, the more likely you need an API gateway governance strategy.

Naming API Endpoints

When you write code, you learn quickly that it can be an exacting process. Spaces and semicolons mean something very different to a computer than they do to us. So what’s the best way to document your API in a way that both humans and machines understand? For starters, here are some practices for naming your API endpoints. Did you know you can generate a full-featured, documented, and secure REST API in minutes using DreamFactory? Sign up for our free 14 day hosted trial to learn how!

How To Structure A Successful Digital Transformation Strategy

As our world becomes increasingly digital, businesses everywhere feel the push to adopt new technologies. This is no longer a demand specific to the technology sector. Rather, all industries are required to improve and transform their business models. Businesses everywhere and of every size find benefits to embarking on digital transformation, from giving them a competitive edge in a cutthroat market to a wealth of data from the customer journey.

Microservices and Master Data Management

Microservices are a hot topic in the tech world and with good reason. These tiny systems form the backbone of a composable enterprise and most digital transformation strategies. They provide unmatched flexibility to businesses previously bound by monolithic application suites. But they present potential downsides when it comes to data management. In this article we’ll explore in more detail the relationship between microservices and master data management.

GraphQL: Building a consistent approach for the API consumer

Developers use application programming interfaces, or APIs, to assemble data and functionality for new mobile or web apps, but when it comes to interacting with APIs, developers are often faced with two popular options: REST or GraphQL. In this article, we’ll explore how these approaches compare, and we’ll offer REST API best practices that can be applied to build a more consistent experience for GraphQL API consumers.