A mockup of what an automated API Lifecycle could look like
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é 99859399d7 Work in progress 7 years ago
testcase-01 Work in progress 7 years ago
3scale_toolbox.groovy Work in progress 7 years ago
README.md Work in progress 7 years ago

README.md

API Lifecycle Mockup

Setup

oc project api-lifecycle
3scale remote add $NAME https://$TOKEN@$TENANT.3scale.net/
oc create secret generic 3scale-toolbox --from-file=~/.3scalerc.yaml
oc process -f testcase-01/setup.yaml |oc create -f -