Ausnahme gefangen: SSL certificate problem: certificate is not yet valid 📌 Make API product lifecycle management easy

🏠 Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeiträge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden Überblick über die wichtigsten Aspekte der IT-Sicherheit in einer sich ständig verändernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch übersetzen, erst Englisch auswählen dann wieder Deutsch!

Google Android Playstore Download Button für Team IT Security



📚 Make API product lifecycle management easy


💡 Newskategorie: Programmierung
🔗 Quelle: dev.to

Modern APIs are often designed, built, and run as products that are consumed by both internal systems and third parties, and they must be managed similarly. Many large organizations see APIs as a critical and strategic component and, as such, will create an API program strategy and set clear business goals, constraints, and resources. With a strategy set, the day-to-day tactical approach is often focused on API lifecycle management.

Full lifecycle API Management (APIM) spans the entire lifespan of an API that begins at the planning stage and ends when an API is retired. Many of the stages within the lifecycle are integrated with an API gateway (The main component of the API Management system). This post walks you through the 3 key API product lifecycle stages: create, control, and consume and explores why API Gateway is important in each lifecycle stage.

10 typical stages of an API lifecycle

The API lifecycle is a model that can help you chart the progress of your API and adapt your management as it matures. In general, API lifecycle management can be broken down into several different phases:

  1. Building - Design and build your API.
  2. Testing - Verify functionality, performance, and security expectations.
  3. Publishing - Expose your APIs to developers.
  4. Securing - Mitigate security risks and concerns.
  5. Managing - Maintain and manage APIs to ensure they are functional, up-to-date, and meeting business requirements.
  6. Onboarding - Enable developers to quickly learn how to consume the exposed APIs. For example, offer OpenAPI or AsyncAPI documentation and provide a portal and sandbox.
  7. Analyzing - Enable observability and analyze monitoring data to understand usage and detect issues.
  8. Promoting - Advertise APIs to developers—for example, list them in an API marketplace.
  9. Monetizing - Enable the charging for and collection of revenue for use of an API. We cover this aspect of API lifecycle management as a separate stage in the next section.
  10. Retirement - Support the deprecation and removal of APIs, which happens for a variety of reasons, including business priority shifts, technology changes, and security concerns.

API Product lifecycle management

Consider that there are four generally accepted stages in the life cycle of a product such as development, growth, maturity, and decline that all products go through from a market demand perspective. Now if we take the concept of the product lifecycle and applied it to APIs in order to come up with an API product lifecycle that consists of 5 stages: createpublishrealizemaintain, and retire. You can further narrow down this list to 3 primary phases: create, control, and consume respectively by integrating the API Gateway to manage the full API product lifecycle.

The below diagram demonstrates how API lifecycle management integrates with an API gateway and backend services:

API lifecycle management integrates with an API gateway

Before we take a look at each of these 3 stages, let's first understand what problems actually API Gateway can solve.

API Gateway solves key problems

When you are dealing with APIs, traffic management, and choosing related technologies, you need to balance both short-term implementation and long-term maintainability. There are many API-related cross-cutting concerns, including maintainability, extensibility, security, observability, product lifecycle management, and monetization. An API gateway can help with all of these!

Here is an overview of the key problems that an API gateway can address, such as:

  • Reducing coupling by using an adapter/facade between frontends and backends.
  • Simplifying consumption by aggregating/translating backend services.
  • Protecting APIs from overuse and abuse with threat detection and mitigation.
  • Understanding how APIs are being consumed (observability).
  • Managing APIs as products with API lifecycle management.
  • Monetizing APIs by using account management, billing, and pay.

API Create phase

The API Create phase is the first stage in the API product lifecycle management process where you design, orchestrate, transform, document, and test your API. At this stage, modern API gateways like Apache APISIX can be helpful to build your API from scratch or import API definitions from a range of sources like OpenAPI YAML/JSON structure to register Route and Upstreams.

You might want to expose a new API combining information from other existing APIs. With API Gateway response composition ability, you can achieve this. Or you are connecting the internal and external systems through a new API where they use different formats to communicate from XML/SOAP to JSON REST and vice versa. You have an existing REST API, but you are building a new GraphQL API. For example, Apache APISIX allows you to convert the GraphQL API into a REST API.

Before publishing, it’s important to complete API testing to ensure they meet established API contracts with your client applications. In such a case, you can mock up your API responses with the API Gateway to test the integration.

API Control phase

In the control phase, you apply security policies, deploy, manage, monitor, and scale your API. After you test, it’s time to secure your API to ensure that only authorized users and applications can access the API and to prevent unauthorized access or abuse. This might involve using techniques such as input validation, OAuth, or API keys, and setting up controls to manage access to the API, such as configuring usage limits or quotas with API Gateway. Also, you monitor your API metrics, traces, and logs and then optimize API performance based on analytics data.

In the same phase, you can leverage various API release strategies with API Gateway to instantly deploy API to the target environment (development, testing, staging, and production) with zero setup effort and without any downtime. You integrate the API with DevOps tools to efficiently reduce the time for the deployment using Continuous Integration/Continuous Development (CI/CD) best practices.

At this stage, you also manage changes to the API over time, to ensure that any updates or modifications are properly tested and do not cause unintended consequences. You can add multiple API versions to manage updates.

API Consumption phase

In the API Consumption phase, the API is made available to developers and other external users to discover. This involves enabling developers to consume the exposed APIs, providing OpenAPI documentation, and offering a sandbox environment for developers to test their integrations.

API consumers are the actual users of APIs. With the help of an API management solution, you can register single and multiple API consumers and configure various rules for different consumers (private, partner, or public API users).

At this stage, you can leverage various API promotion strategies to advertise APIs to developers and list them in an API marketplace. Additionally, you may want to consider enabling the charging for and collection of revenue for use of an API to monetize your API.

Summary

Overall, the API product lifecycle management consists of three primary phases — create, control, and consume. The API Create phase is a critical stage in the API lifecycle management process, as it sets the foundation for the API's success where you design and build your API. The API control stage helps ensure that APIs are secure, performant, and available to authorized users and applications. The API consumption phase represents the point where developers and other users start to derive value from the API. By ensuring that the API is well-documented, easy to use, and performs well, organizations can encourage adoption and maximize the value of their API investments.

An API gateway is a tool that sits in front of an API and acts as a point of entry for a defined group of services. It participates in the full lifecycle of API management that covers the process of creating, deploying, and managing your APIs. Some benefits of using an API gateway are providing the optimal API for each consumer, reducing the number of requests, and it enforces security policies.

Related resources

Recommended content

Community

🙋 Join the Apache APISIX Community
🐦 Follow us on Twitter
📝 Find us on Slack
💁 How to contribute page

About the author

Visit my personal blog: www.iambobur.com

...



📌 Make API product lifecycle management easy


📈 46.77 Punkte

📌 Oracle Agile Product Lifecycle Management for Process 6.2.0.0 User Group Management privilege escalation


📈 29.55 Punkte

📌 Centralize and Simplify your Lifecycle Management with VMware vSphere Lifecycle Manager | Breakroom Chats Episode 19


📈 28.44 Punkte

📌 Oracle Agile Product Lifecycle Management for Process 6.2.0.0 Installation privilege escalation


📈 25.36 Punkte

📌 Oracle Agile Product Lifecycle Management for Process 6.2.0.0 Supplier Portal cross site scripting


📈 25.36 Punkte

📌 Oracle Agile Product Lifecycle Management for Process 6.1 Installation cross site scripting


📈 25.36 Punkte

📌 Oracle Agile Product Lifecycle Management Integration Pack for SAP: Design to Release Core deserialization


📈 25.36 Punkte

📌 Oracle Autovue for Agile Product Lifecycle Management 21.0.0/21.0.1 Apache Log4j erweiterte Rechte


📈 25.36 Punkte

📌 Oracle Agile Product Lifecycle Management Integration Pack for E-Business Suite Installer deserialization


📈 25.36 Punkte

📌 Oracle Agile Product Lifecycle Management for Process 6.0/6.1/6.1.1 Manage Data Cache unknown vulnerability


📈 25.36 Punkte

📌 Oracle Agile Product Lifecycle Management for Process 6.0/6.1/6.1.1 Installation unknown vulnerability


📈 25.36 Punkte

📌 CVE-2021-2351 | Oracle Agile Product Lifecycle Management for Process 6.2.2/6.2.3 Reporting Remote Code Execution


📈 25.36 Punkte

📌 Oracle Agile Product Lifecycle Management for Process 6.1.1.6/6.2.0.0/6.2.1.0 Installation unbekannte Schwachstelle


📈 25.36 Punkte

📌 Oracle Agile Product Lifecycle Management for Process 6.1.0.4/6.1.1.6/6.2.0.0 Supplier Portal information disclosure


📈 25.36 Punkte

📌 Oracle Autovue for Agile Product Lifecycle Management 21.0.0/21.0.1 Apache Log4j privilege escalation


📈 25.36 Punkte

📌 Oracle Agile Product Lifecycle Management for Process 6.1.1.6/6.2.0.0/6.2.1.0 Installation privilege escalation


📈 25.36 Punkte

📌 CVE-2021-34429 | Oracle Autovue for Agile Product Lifecycle Management 21.0.2 Internal Operations information disclosure


📈 25.36 Punkte

📌 CVE-2020-36518 | Oracle Autovue for Agile Product Lifecycle Management 21.0.2 Autovue Client denial of service


📈 25.36 Punkte

📌 CVE-2022-2048 | Oracle Autovue for Agile Product Lifecycle Management 21.0.2 Autovue Client denial of service


📈 25.36 Punkte

📌 Product Lifecycle Management als Rückgrat einer nachhaltigen Produktentstehung


📈 25.36 Punkte

📌 CVE-2024-20956 | Oracle Agile Product Lifecycle Management for Process Prior to 6.2.4.2 Installation Remote Code Execution


📈 25.36 Punkte

📌 TIBCO FTP Community Edition up to 6.5.0 on Windows Server/C API/Golang API/Java API/.Net API access control


📈 25.03 Punkte

📌 Ether Easy Converter/Easy Creator/Easy Burner 1.4.24 memory corruption


📈 24.88 Punkte

📌 Ether Easy Converter/Easy Creator/Easy Burner 1.4.24 Pufferüberlauf


📈 24.88 Punkte

📌 Full Lifecycle API Management Is Dead


📈 22.57 Punkte

📌 CVE-2023-24232 | Inventory Management System v1 product.php Product Name cross site scripting


📈 22.28 Punkte

📌 CVE-2019-0227 | Oracle Product Lifecycle Analytics 3.6.1 Installation Issues server-side request forgery


📈 21.17 Punkte

📌 CVE-2021-22118 | Oracle Product Lifecycle Analytics 3.6.1 Installation Issues Local Privilege Escalation


📈 21.17 Punkte

📌 CVE-2020-11987 | Oracle Product Lifecycle Analytics 3.6.1 Installation Issues input validation


📈 21.17 Punkte

📌 CVE-2021-44832 | Oracle Product Lifecycle Analytics 3.6.1 Installation Issues input validation


📈 21.17 Punkte

📌 CVE-2019-10086 | Oracle Product Lifecycle Analytics 3.6.1 Installation Issues deserialization


📈 21.17 Punkte











matomo