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.
 
Nicolas Massé a2cbded913 first pipeline 7 years ago
..
README.md first pipeline 7 years ago
env-saas.yaml first pipeline 7 years ago
pipeline.yaml first pipeline 7 years ago
swagger.yaml first commit 7 years ago

README.md

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 -