Browse Source

add taxomomies

pull/10/head
Nicolas Massé 5 years ago
parent
commit
38ab4e048b
  1. 4
      content/english/writing/3scale-toolbox-deploy-an-api-from-the-cli.md
  2. 4
      content/english/writing/5-principles-for-deploying-your-api-from-a-ci-cd-pipeline.md
  3. 4
      content/english/writing/apis-as-a-product-get-started-in-no-time.md
  4. 4
      content/english/writing/apis-as-a-product-get-the-value-out-of-your-apis.md
  5. 4
      content/english/writing/deploy-your-api-from-a-jenkins-pipeline.md
  6. 4
      content/english/writing/full-api-lifecycle-management-a-primer.md
  7. 5
      content/english/writing/manage-your-apis-deployed-with-istio-service-mesh.md
  8. 2
      content/english/writing/red-hat-single-sign-on-give-it-a-try-for-no-cost.md
  9. 2
      content/english/writing/using-a-public-certificate-with-red-hat-single-sign-on-keycloak.md
  10. 4
      content/english/writing/using-the-3scale-toolbox-jenkins-shared-library.md

4
content/english/writing/3scale-toolbox-deploy-an-api-from-the-cli.md

@ -2,6 +2,10 @@
title: "3scale toolbox: Deploy an API from the CLI"
date: 2019-07-29T00:00:00+02:00
draft: false
opensource:
- 3scale
topics:
- API Management
---
Deploying your API from a CI/CD pipeline can be a tremendous amount of work. The latest release of Red Hat Integration greatly improved this situation by adding new capabilities to the 3scale CLI. The 3scale CLI is named 3scale toolbox and strives to help API administrators to operate their services as well as automate the delivery of their API through Continuous Delivery pipelines.

4
content/english/writing/5-principles-for-deploying-your-api-from-a-ci-cd-pipeline.md

@ -2,6 +2,10 @@
title: "5 principles for deploying your API from a CI/CD pipeline"
date: 2019-07-26T00:00:00+02:00
draft: false
opensource:
- 3scale
topics:
- API Management
---
At Red Hat, we strongly believe an API is not “just another piece of software.” Instead, we think an API is a software component in conjunction with:

4
content/english/writing/apis-as-a-product-get-started-in-no-time.md

@ -2,6 +2,10 @@
title: "APIs as a Product: Get started in no time"
date: 2019-12-02T00:00:00+02:00
draft: false
opensource:
- 3scale
topics:
- API Management
---
In the previous article, [APIs as a Product: Get the value out of your APIs](../apis-as-a-product-get-the-value-out-of-your-apis/), we presented a new approach called “APIs as a Product” to maximize the value of your APIs. In this article, we show how to quickly get started with APIs as a Product using the new features of Red Hat 3scale API Management 2.7.

4
content/english/writing/apis-as-a-product-get-the-value-out-of-your-apis.md

@ -2,6 +2,10 @@
title: "APIs as a Product: Get the value out of your APIs"
date: 2019-12-02T00:00:00+02:00
draft: false
opensource:
- 3scale
topics:
- API Management
---
APIs continue to spread, as seen in this 2019 report from ProgrammableWeb, which shows a 30% increase over last year’s growth rate. More regulations are enforcing the use of APIs to open up companies and foster innovation. Think of the Payment Services Directive version two (PSD2), open banking, and the public sector releasing 0pen data APIs. With such an abundance of APIs, it becomes increasingly crucial to get the value out of your APIs and differentiate yourself from the growing competition. It’s time to design and manage your APIs as a Product.

4
content/english/writing/deploy-your-api-from-a-jenkins-pipeline.md

@ -2,6 +2,10 @@
title: "Deploy your API from a Jenkins Pipeline"
date: 2019-07-30T00:00:00+02:00
draft: false
opensource:
- 3scale
topics:
- API Management
---
In a previous article, 5 principles for deploying your API from a CI/CD pipeline, we discovered the main steps required to deploy your API from a CI/CD pipeline and this can prove to be a tremendous amount of work. Hopefully, the latest release of Red Hat Integration greatly improved this situation by adding new capabilities to the 3scale CLI. In 3scale toolbox: Deploy an API from the CLI, we discovered how the 3scale toolbox strives to automate the delivery of APIs. In this article, we will discuss how the 3scale toolbox can help you deploy your API from a Jenkins pipeline on Red Hat OpenShift/Kubernetes.

4
content/english/writing/full-api-lifecycle-management-a-primer.md

@ -2,6 +2,10 @@
title: "Full API lifecycle management: A primer"
date: 2019-02-25T00:00:00+02:00
draft: false
opensource:
- 3scale
topics:
- API Management
---
APIs are the cornerstone of so many recent breakthroughs: from mobile applications, to the Internet of Things, to cloud computing. All those technologies expose, consume, and are built on APIs. And those APIs are a key driver for generating new revenue. Salesforce generates 50% of its revenue through APIs, Expedia generates 90% of its, and eBay generates 60% of its. With APIs becoming so central, it becomes essential to deal with full API lifecycle management. The success of your digital transformation project depends on it!

5
content/english/writing/manage-your-apis-deployed-with-istio-service-mesh.md

@ -2,6 +2,11 @@
title: "Manage your APIs deployed with Istio service mesh"
date: 2019-04-30T00:00:00+02:00
draft: false
opensource:
- 3scale
- istio
topics:
- API Management
---
With the rise of microservices architectures, companies are looking for a way to connect, secure, control, and observe their microservices. Currently, a service mesh such as Istio is the best option to reach this goal.

2
content/english/writing/red-hat-single-sign-on-give-it-a-try-for-no-cost.md

@ -2,6 +2,8 @@
title: "Red Hat Single Sign-On: Give it a try for no cost!"
date: 2019-02-07T00:00:00+02:00
draft: false
opensource:
- keycloak
---
In a software world where each day is more hostile than the previous one, security matters and developers are coping with more and more non-functional requirements about security. The most common ones are the “OWASP Top 10”: the ten security risks that every developer should know. There are many more security risks you should care about, but those ten risks are the ones having the most impact on the security of your software. Among them are authentication and access control.

2
content/english/writing/using-a-public-certificate-with-red-hat-single-sign-on-keycloak.md

@ -2,6 +2,8 @@
title: "Using a public certificate with Red Hat Single Sign-On/Keycloak"
date: 2019-02-06T00:00:00+02:00
draft: false
opensource:
- keycloak
---
When deploying Red Hat Single Sign-On/Keycloak for a test or a proof of concept, most users will choose to use a self-signed certificate as explained in the official documentation.

4
content/english/writing/using-the-3scale-toolbox-jenkins-shared-library.md

@ -2,6 +2,10 @@
title: "Using the 3scale toolbox Jenkins Shared Library"
date: 2019-07-31T00:00:00+02:00
draft: false
opensource:
- 3scale
topics:
- API Management
---
In the previous article of this series, Deploy your API from a Jenkins Pipeline, we discovered how the 3scale toolbox can help you deploy your API from a Jenkins Pipeline on Red Hat OpenShift/Kubernetes. In this article, we will improve the pipeline from the previous article to make it more robust, less verbose, and also offer more features by using the 3scale toolbox Jenkins Shared Library.

Loading…
Cancel
Save