Tekton Pipelines for the 3scale-toolbox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

592 B

Usecase "SaaS - API Key": Deploy a simple API on 3scale SaaS

In this usecase, a Tekton pipeline will deploy an API described by an OpenAPI Specification file on a 3scale SaaS instance. The API is secured using API Keys as described in the OAS.

Pre-requisites

Make sure you completed the SETUP guide.

Installation

Deploy the pipeline:

oc apply -f saas-usecase-apikey/pipeline.yaml

Deployment

m4 -D__SAAS_DEVELOPER_ACCOUNT_ID__=$SAAS_DEVELOPER_ACCOUNT_ID < saas-usecase-apikey/env-saas.yaml | oc apply -f -